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.

Intellisense / autocomplete list incomplete

See original GitHub issue

The autocomplete listing on the Elasticsearch RestHighLevelClient is incomplete.

Environment
  • Operating System: Win 10 v1909
  • JDK version: openjdk version “11.0.5” 2019-10-15
  • Visual Studio Code version: 1.42.1 (user setup)
  • Java extension version: version: 0.55.1
Steps To Reproduce
  1. Start a project w/ the Elasticsearch RestHighLevelClient
  2. Initialize a RestHighLevelClient
  3. Perform intellisense on the client
Current Result

image

Expected Result

A full listing of all accessible methods (other things, fields, etc.).

For example, search() is missing.

Additional Informations

Pretty sure I’ve seen this on other objects and this is not specific to the RestHighLevelClient.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
fbriconcommented, Feb 17, 2020

Not sure that is possible with vscode. We’ll look into it.

1reaction
fbriconcommented, Feb 17, 2020

The completion list is limited to 50 items by default, for performance purposes. You can either continue typing client.s, to fetch the next matching results or increase the java.completion.maxResults preference value. See https://github.com/eclipse/eclipse.jdt.ls/pull/1298 for more details.

Read more comments on GitHub >

github_iconTop Results From Across the Web

IntelliSense in Visual Studio Code
IntelliSense. IntelliSense is a general term for various code editing features including: code completion, parameter info, quick info, and member lists.
Read more >
IntelliSense in Visual Studio - Microsoft Learn
IntelliSense is a code-completion aid that includes a number of features: List Members, Parameter Info, Quick Info, and Complete Word.
Read more >
Visual Studio Code autocomplete/IntelliSense not working ...
It's not displaying the properties of an array like length etc. I'm not sure if this is a problem or this is expected...
Read more >
IntelliSense not working in VS Code - The Windows Club
If IntelliSense or Autocomplete is not working in Visual Studio Code on ... This will show up a complete list of extensions available...
Read more >
Fixing Visual Studio's IntelliSense (auto-complete) in Unity
1. Is my IntelliSense not working? · Whether the top-left dropdown says Miscellaneous Files. If it does, then IntelliSense is not set up...
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