Unexpected list of suggestions when use Java languageserver
See original GitHub issueDescribe the bug
Unexpected list of suggestions when use Java languageserver
Che version
7.2.0-SNAPSHOT
Steps to reproduce
- Create workspace with Java languageserver
- Go to any Java class
- Type
String example = new String() example.
- Place cursor after the dot of (example.)
- Perform “ctrl + space combination”
- Pay attention to the suggestion list
Expected behavior
Suggestion list displays a list with methods of "String" class
Observed dehavior
Suggestion list displays extra suggestions
Runtime
- kubernetes (include output of
kubectl version
) - Openshift (include output of
oc version
) - [ x ] minikube (include output of
minikube version
andkubectl version
) - minishift (include output of
minishift version
andoc version
) - docker-desktop + K8S (include output of
docker version
andkubectl version
) - other: (please specify)
Screenshots
Installation method
- [ x ] chectl
- che-operator
- minishift-addon
- I don’t know
Environment
- my computer
- Windows
- [ x ] Linux
- macOS
- [ x ] Cloud
- Amazon
- Azure
- GCE
- other (please specify)
- other: please specify
Additional context
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Starting Java Language Server never ends · Issue #158 - GitHub
I have a node_modules directory, which naturally comes with quite a few symlinks, and cannot delete it and have this issue. Might be...
Read more >Language Server Extension Guide - Visual Studio Code
Learn how to create Language Servers to provide rich language features in Visual Studio Code.
Read more >vs code - Expected java package name error - Stack Overflow
I have a java project with the following directory structure (as required by Gradle's 'java' plugin, assuming all defaults).
Read more >Microsoft/vscode-java-debug - Gitter
Hello! I am running into an error and cannot find a solution for it. Just trying to switch to VSCode for Java and...
Read more >Language Server Protocol Specification - 3.17
This document describes the 3.17.x version of the language server protocol. ... The protocol use the following definitions for integers, ... Java, java....
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 FreeTop 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
Top GitHub Comments
@tsmaeder On these screenshots you may see that buttons “Run” and “Debug” didn’t appear but status bar shows that initialization completed.
Here how it should look like:
This screencast confirmes that LS initialization was started and completed (according to status bar)
Browser log
browserlogs-Suggestion.txt
Other possible logs
logs-and-configs.zip
@tsmaeder I also can’t confirm that this problem is actual. Thank you for your investigation.