Snjeza

Results 440 comments of Snjeza

@asmodeus812 You may want to take a look at [Formatter settings](https://github.com/redhat-developer/vscode-java/wiki/Formatter-settings) and [Settings Global Preferences](https://github.com/redhat-developer/vscode-java/wiki/Settings-Global-Preferences)

Related issue - https://github.com/eclipse/eclipse.jdt.ls/issues/2154

@asmodeus812 could you try to set ``` "initializationOptions": { "extendedClientCapabilities": { ... "advancedGenerateAccessorsSupport": false, ... }, } ```

@asmodeus812 could you attach your server log?

@asmodeus812 could you set `java.trace.server=verbose` - [Enable logging](https://github.com/redhat-developer/vscode-java/wiki/Troubleshooting#enable-logging) and check your `initializationOptions`?

@asmodeus812 You may want to take a look at https://github.com/eclipse/eclipse.jdt.ls/pull/1059#discussion_r291870361 Could you attach a sample project or java class?

@yuval-piiano I can't reproduce the issue in VS Code Java. Could you try to initialize the server with ``` "rootPath": "", "rootUri": "file://", "capabilities": { ... } ``` and attach...

> When opening a workspace, the project build is started. @gayanper it would happen only when starting your workspace the first time. Could you provide a project sample?

@RKBK you may want to take a look at https://github.com/eclipse/eclipse.jdt.ls/issues/1960

> The java project is a Plugin-development environment project consisting of several dozen plugins @RKBK could you attach this project?