Skip to content
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

Disable TODO and other markers in the gutter #1146

Closed
clankill3r opened this issue Nov 15, 2019 · 2 comments
Closed

Disable TODO and other markers in the gutter #1146

clankill3r opened this issue Nov 15, 2019 · 2 comments

Comments

@clankill3r
Copy link

Is there a way to disable those gutter bars for the TODO's and quick fix?

I mean this: (I rotated the images 90 degrees)

Screen Shot 2019-11-15 at 19 46 13

And is there a way to disable the scribble line under the TODO's?

Environment
  • Operating System: OSX
  • JDK version: 1.8
  • Visual Studio Code version: 1.40.1
  • Java extension version: 0.53.1
@fbricon
Copy link
Collaborator

fbricon commented Nov 26, 2019

In your project's .settings/org.eclipse.jdt.core.prefs, you can set org.eclipse.jdt.core.compiler.taskTags= (no value) to disable all task tags. Default value is org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX

@clankill3r
Copy link
Author

Thank you so much. I like the clean look so much better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants