Disable module results for autocomplete?
See original GitHub issueHi, 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:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

We list the options at https://github.com/redhat-developer/vscode-java under “Supported VS Code settings”.
I’ve looked again. So
java.completion.filteredTypeswill 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 types.(dot) , you should only be seeing methods/fields that are accessible form ‘s’ .