We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
<!-- -->
{@literal @}
VS Code version: Code 1.22.2 (3aeede7, 2018-04-12T16:38:45.278Z) OS version: Windows_NT x64 10.0.16299
The text was updated successfully, but these errors were encountered:
Please file issue against the Java extension you are using.
Sorry, something went wrong.
No branches or pull requests
Issue Type: Bug
write a javadoc like this:
and when you hover to see the javadoc It will show it as followed
If you write
<!-- -->
before the{@literal @}
It will show it as intendedVS Code version: Code 1.22.2 (3aeede7, 2018-04-12T16:38:45.278Z)
OS version: Windows_NT x64 10.0.16299
System Info
Extensions (15)
The text was updated successfully, but these errors were encountered: