syntax highlighting - IntelliJ JavaDoc @see -


i'm pretty new in intellij.

my intellij doesn't highlight @see in comments. looks intellij don't see @see javadoc keyword cannot figure out how change that.

is normal or can fix problem?

enter image description here

that expected. @see block tag. must @ beginning of line. see the documentation

a tag special keyword within documentation comment javadoc command processes. there 2 kinds of tags: block tags, appear @tag tag (also known standalone tags), , inline tags, appear within braces, {@tag} tag. to interpreted, block tag must appear @ beginning of line, ignoring leading asterisks, white space, , separator (/**). means can use @ character elsewhere in text , not interpreted start of tag.

(emphasis mine)

your comment, if goal generate link globalconstants class, should be

take @ {@link globalconstants} 

intellij generate if type globalconstants , press ctrl-space (or cmd-space).


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -