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.

Disable module results for autocomplete?

See original GitHub issue

Hi, is it possible to disable module results in autocomplete? Say I have a String s = "", typing s. results in autocomplete returning lots of sun.* modules instead of methods like length(). Sorry if this is a basic question, I am very new to jdtls. Thank you!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
rgrunbercommented, Nov 25, 2020

We list the options at https://github.com/redhat-developer/vscode-java under “Supported VS Code settings”.

0reactions
rgrunbercommented, Nov 25, 2020

I’ve looked again. So java.completion.filteredTypes will filter out the types but not the modules/packages themselves. They will still appear (although there will be no suggested Types from within them). However, if you type s. (dot) , you should only be seeing methods/fields that are accessible form ‘s’ .

Read more comments on GitHub >

github_iconTop Results From Across the Web

knockout.js - JQuery autocomplete disable some results
In the code, the autocomplete is for a quick search of products and when the item is selected in the results, then that...
Read more >
How to hide authored data ? (search autocomplete suggestions)
In the module config at /admin/config/search/search_autocomplete you can see for each input field which view is actually used. By default, the ...
Read more >
jQuery UI Autocomplete disable() Method - GeeksforGeeks
The jQuery UI Autocomplete disable() method is used to disable the autocomplete widget. This method does not accept any parameter. Syntax:
Read more >
Hubspot Site Search Autocomplete - Adjust the number of ...
... the number of results in the Hubspot Site Search Autocomplete module by ... disable the "View All" button from populating beneath the...
Read more >
Autocomplete LearnDash Lessons & Topics - Uncanny Owl
Autocompletion will also be disabled for any lessons or topics that include modules uploaded using our Tin Canny plugin. Overview.
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