vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

Java Language Support for Visual Studio Code

Results 511 vscode-java issues
Sort by recently updated
recently updated
newest added

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",...

bug
upstream

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...

debt

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....

debt

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...

bug

Try to find a class (find symbols) that is referenced by maven dependencies. The class is found by the symbol search ![image](https://user-images.githubusercontent.com/10415832/170691818-29f608bd-ac47-491b-812e-e1dfa13f2d8f.png) When I type enter to open the class...

question

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...

enhancement

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...

dependencies
has conflicts

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...

bug
need info
content-assist

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...

diagnostics

`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...

preferences