Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

javadoc viewer shows code in one line if the line starts with '@' #48898

Closed
idosu opened this issue Apr 28, 2018 · 1 comment
Closed

javadoc viewer shows code in one line if the line starts with '@' #48898

idosu opened this issue Apr 28, 2018 · 1 comment
Labels
*caused-by-extension Issue identified to be caused by an extension

Comments

@idosu
Copy link

idosu commented Apr 28, 2018

Issue Type: Bug

write a javadoc like this:

/**
 * <pre><code>
 * {@literal @}AnAnnotation
 * class AClass {
 *     AType aField;
 * }
 * </code></pre>
 */

and when you hover to see the javadoc It will show it as followed

@AnAnnotation class AClass { AType aField; }

If you write <!-- --> before the {@literal @} It will show it as intended

VS Code version: Code 1.22.2 (3aeede7, 2018-04-12T16:38:45.278Z)
OS version: Windows_NT x64 10.0.16299

System Info
Item Value
CPUs Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz (4 x 3504)
Memory (System) 15.88GB (11.27GB free)
Process Argv C:\Program Files\Microsoft VS Code\Code.exe
Screen Reader no
VM 0%
Extensions (15)
Extension Author (truncated) Version
Gradle caz 1.1.2
githistory don 0.4.0
xml Dot 1.9.2
beautify Hoo 1.3.0
vscode-apache mrm 1.1.1
csharp ms- 1.14.0
printcode nob 2.3.0
ant-tree-viewer ped 0.3.2
java red 0.23.0
vscode-hexdump sle 1.6.0
vscode-java-debug vsc 0.9.0
vscode-java-pack vsc 0.3.0
vscode-java-test vsc 0.5.0
vscode-maven vsc 0.7.0
markdown-pdf yza 1.0.2
@rebornix
Copy link
Member

Please file issue against the Java extension you are using.

@rebornix rebornix added the *caused-by-extension Issue identified to be caused by an extension label Apr 30, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

2 participants