Adding comments to code in libraries

Answered

Is it in any way possible to add comments to an imported library, in Intellij? (something like in GitHub, where you can add a comment to a specific line)

0
1 comment

No, library files are read-only and there is no feature to attach comments to them. You can try using bookmarks where you can add comments in the bookmark description.

https://www.jetbrains.com/help/idea/navigating-through-the-source-code.html#use_bookmarks

0

Please sign in to leave a comment.