REditorSupport / sublime-ide-r

R-IDE: Make Sublime Text a perfect IDE for R
MIT License
112 stars 7 forks source link

Disable higlighting in code from the linter #9

Closed emilBeBri closed 5 years ago

emilBeBri commented 5 years ago

Maybe it's just me, but I can't seem to find a preference setting that disable the suggestions for linter? I'd like to see the suggestions in the bar below the R-script, but the highligtning with underline and the dot at the side is too distracting. How do I come about disabling this?

randy3k commented 5 years ago

Update:

You could turn it off via the setting diagnostics

Or you could disable the specific linter as shown here

emilBeBri commented 5 years ago

ah yes of course, I was looking at the settings for the languageserver... my fault, sorry for the interruption, thank you for the answer.