oracle / javavscode

Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflicts usage: Java Platform Support warn unused method from @RestController class in Spring project

KhoaLee opened this issue · comments

I am currenly working on a Spring boot project on vscode. Normally, the Spring Boot Tools extensions will recognize properly and not warning any method in @RestController or repositories classes.

However, this morning I tried the extension and got the warning which is from the Java PlatForm Support extension in vscode. After a while of seeking the cause of the warn, I turned off the extension and the warn will disappear

  • Enabled the extension

image

  • Disabled the extension

image

I think it would be great if it does not conflict if I use this extension with the spring boot project.

Hey @KhoaLee, are you still facing this issue?

Closing this issue due to inactivity, please feel free to reopen this issue if you think this problem still persist.