Rome Li
Rome Li
1. Better auto-completion - [x] a. Show dependency candidate list as users type - [x] b. Show version candidate list as users type 2. Code snippet - [x] a. Code...
We have lots of Chinese developers. It would be great if we can provide a localized interface. This issue is to track the effort of building the localization story. Supporting...
According to Microsoft/vscode-java-pack#78, it's very helpful if the output in debug console can be colorized. Here to request this feature.
Gradle extension complains about not finding the JDK. But the Java language server did a better job and is already successfully launched. Please help improve this area.
1. Open spring-petclinic project using VS Code with Java Ext Pack installed 2. When hint to choose between Maven or Gradle, pick Gradle and import the project 3. In terminal,...
Users are asking for better formatting support. This is not specifically regarding CheckStyle extension but start investigating a solution for better formatting. - VS Code itself has several generic text...
There are just too many steps when using the command `Spring Initializr: Create a Maven Project...` directly. There are even more steps when the action is triggered by the project...
https://code.visualstudio.com/updates/v1_39#_cancellation-support In the 1.39, vscode added cancellation support in DAP. It tells the server that the client is no longer interested in the response of a previous request. This is...