vscode-java
vscode-java copied to clipboard
Java Language Support for Visual Studio Code
The goal is to search a class by partial name through find symbol. ##### Steps To Reproduce 1. Create a class named UserInfo 2. Find by symbol and type "Info",...
When the `SERVER_PORT` is set for the container environment (e.g. through a `docker-compose.yml`), the extension uses it to bind the JDT language server. Since `SERVER_PORT` is commonly used (e.g. Spring...
Now we have a more complicated `extension.ts` than before. I find there're lots of nested then/catch blocks with various callbacks, making the execution order a little bit hard to follow....
1. Given project https://github.com/mybatis/mybatis-3.git 2. open in VS Code and import the project 3. can find an error shows in `src\test\java\org\apache\ibatis\submitted\record_type\Item.java` 4. see the language status item, find the language...
Try to find a class (find symbols) that is referenced by maven dependencies. The class is found by the symbol search  When I type enter to open the class...
Below are some feedbacks from user surveys: - there no build and run feature in a click like netbeans. - Add a command to rebuild the project the current active...
This PR is a part of #2376, to reduce the complexity of that PR. Type Hierarchy support has been introduced since language-client 8.0.0-next.4 so we should update this dependency, the...
I'm not really sure how to reproduce, because it seems to happen at complete random. `if (getKilled(NpcID.MONSTER_1)) {` `if (getKilled(NpcID.MONSTER_2 {` Take that code for example: I replaced a previous...
Currently the Java Linter for this extension is scanning all of my project's autogenerated code which is causing 1000+ problems to be reported. From a very thorough investigation both VSCode...
`java.project.resourceFilters` seems to be ignored when opening a workspace. I have the vague feeling that I'm doing something wrong rather than this being a bug with the extension, but I...