History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-13817
Type: New Feature New Feature
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: Dave Griffith
Votes: 2
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Create "favorites" for static import and completion

Created: 22 Jul 07 22:39   Updated: 23 Jul 07 19:09
Component/s: Code Navigation

Build: 7,000


 Description  « Hide
I'd like to have a set of "favorite" classes which I commonly static import from. If I attempted to use as static method from such a class without first importing it, idea should automatically offer to include the static import. The most common class for this would be org.junit.Assert, if you are using JUnit 4. In that case, all I would have to do is type "assertTrue", and IDEA would offer to include a static import of org.junit.Assert.* . Otherwise, adding JUnit 4 assertions to a package is a fair pain in the ass, and often most simply done by editing import statements manually. For extra bonus points, static members on static import favorites should be available for completion.

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.