-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO comments highlight bug #457
Comments
Another manifestation of that dubious diagnostics issue we've seen on and off |
I still have this issue, is there a way to fix it? |
@gruvw could you try to add
to <your_project>/.settings/org.eclipse.jdt.core.prefs |
I tried that but it did not work. I am using VSCode. |
Did you find it ?? |
I have a burning hatred for the default TODO wavy underlines, especially since there's no UI or JSON setting to remove the eyesore. @snjeza 's suggestion to create My question is: how do I make this setting apply to all java files? |
@matthewelmer could you provide a project example reproducing the issue? |
@snjeza oops, right. My post was unrelated to the issue. |
@shanike You can add
to <your_project>/.settings/org.eclipse.jdt.core.prefs |
Still present in late 2024. |
After editing a java source file and saving changes with Ctrl + S, "TODO" comments are stopped to be underlined and recognized as TODO tasks (don't show in the PROBLEMS tab and don't have green marks at the vertical scroolbar).
Environment
Steps To Reproduce
project.zip
vscode-java.log
java_lang_server.log
Current Result
Expected Result
TODO comments are underlined, displayed in the PROBLEMS tab of the bottom panel and have green marks at the vertical scrollbar.
The text was updated successfully, but these errors were encountered: