question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I’d like something like Eclipse’s “Favorites” features for imports. In particular I’d like to be able to say “I like these classes and these static methods so when I hit ctrl-. on an unimported class give me those options first if they match”. This’d make imports a bit easier and static method imports much easier. I get that they are different things, but Eclipse sticks them together in its UI so I think of them as a single thing.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:5

github_iconTop GitHub Comments

4reactions
fbriconcommented, Jan 31, 2018

New java.completion.favoriteStaticMembers preference allows you to define your favorite imports. Default values are:

	"java.completion.favoriteStaticMembers": [
		"org.junit.Assert.*",
		"org.junit.Assume.*",
		"org.junit.jupiter.api.Assertions.*",
		"org.junit.jupiter.api.Assumptions.*",
		"org.junit.jupiter.api.DynamicContainer.*",
		"org.junit.jupiter.api.DynamicTest.*"		
	]
0reactions
ADTCcommented, Jan 30, 2018

@fbricon Done with #424

Read more comments on GitHub >

github_iconTop Results From Across the Web

Import bookmarks & settings - Google Chrome Help
On your computer, open Chrome. · At the top right, click More More . · Select Bookmarks and then Bookmark Manager. · At...
Read more >
What are the Top 10 U.S. Imports | Importing in the United States
Canada, Mexico, the European Union, Chile, and Brazil are the largest importers of American-made food products, including horticultural goods, ...
Read more >
Mapped: The Top U.S. Imports by State - Visual Capitalist
The Most Popular Categories of U.S. Imports. Petroleum is the most popular import in 12 states, making it the most common import across...
Read more >
How to Import and Export Browser Bookmarks or Favorites
In the Bookmarks manager, click Menu icon in Google Chrome. in the upper-right corner of the screen. · Select either Import bookmarks or...
Read more >
How to Import your Favorites - KB
Here's how to import favorites and passwords from Internet Explorer, Chrome, Firefox, or an HTML or CSV file generated by another browser ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found