opensource software
Class Names in Comments
Products:
IntelliJ IDEA,
Android Studio
Vendor:
Cristian Vasile Mocanu
Email:
Website:
N/A
SourceCode: Class_Names_in_Comments_4002.zip
License: http://www.apache.org/licenses/LICENSE-2.0
Description:
Allows you to go to the declaration of classes whose names are inside comments.
This is useful for those of us unfortunate enough to still write JDK 1.4 code (no generics). I usually do that when writing frameworks.
To increase code readability I usually write code like this: Map/*<Long id, PersistentObject>*/ persistentObjects.
Having the ability to also navigate to PersistentObject in this case is a very nice feature for me.
This already works in Eclipse, so I thought IntelliJ users would also like it.
Downloads: 1372
Rating:
Participated in rating: 0
Recent change notes:
Initial version.
Qualified and unqualified class names are recognized.
Comments: No comments so far.