Bug 384256 - [projection] Annotation Folding for methods and parameter
Summary: [projection] Annotation Folding for methods and parameter
Status: CLOSED DUPLICATE of bug 261856
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.2   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-04 07:37 EDT by Christian Schwarz CLA
Modified: 2012-07-04 08:07 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Schwarz CLA 2012-07-04 07:37:16 EDT
Build Identifier: 

Annotations are used more and more in Java for example in PersistenceAPI's, Dependency Injection, Sourcecode Analysis and so on.

Sometimes the annotations generate noise :
 
 @Override
 @Nullable
 @CheckReturnValue
 @SuppressWarnings("unused")
 @Inject
 String convert(@Nonnnull @Named("InjectText")String  text);

It would be nice to be able fold Annotations (here ▼ is used as symbol to unfold):
 
 @▼
 String convert(@▼ String  text);


 

Reproducible: Always
Comment 1 Dani Megert CLA 2012-07-04 08:07:25 EDT

*** This bug has been marked as a duplicate of bug 261856 ***