We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocompletion sometimes shows dubious results. See http://www.screencast.com/users/fbricon/folders/Jing/media/af69168e-7d2e-42d3-8793-80ea981241bd
Type ByteArrayInputStream is = new B+<ctrl+space>
ByteArrayInputStream is = new B+<ctrl+space>
the ByteArrayInputStream constructors come last in the list
the ByteArrayInputStream constructors should come first in the list
The text was updated successfully, but these errors were encountered:
Fix completion proposals sorttext. See redhat-developer/vscode-java/i…
32173de
…ssues/142 Signed-off-by: Fred Bricon <[email protected]>
b2b18be
fbricon
No branches or pull requests
Autocompletion sometimes shows dubious results. See http://www.screencast.com/users/fbricon/folders/Jing/media/af69168e-7d2e-42d3-8793-80ea981241bd
Steps To Reproduce
Type
ByteArrayInputStream is = new B+<ctrl+space>
Current Result
the ByteArrayInputStream constructors come last in the list
Expected Result
the ByteArrayInputStream constructors should come first in the list
The text was updated successfully, but these errors were encountered: