Sublime Forum

Sublime Text 3 : SublimeLinter

#1

Hi.

Sorry for the st00pid question but… I can’t seem to be able to properly install and use SublimeLinter.
I’m running SublimeText3 on a Linux (Peppermint4) machine.
What I’ve done so far:

  1. clean install of the Sublime Text 3 .deb from the official site

  2. succesfully installed the Package Control (as per SublimeText3 official instructions)

  3. this website tells me how to manually install SublimeLinter for ST3.
    I’ve done everything (using ~/.config/sublime-text-3/Packages as a path).

Now if I look into the Package Control -> List Packages it tells me “Yeah, you have SublimeLinter installed!”
But I can’t find a way to make it WORK!
I write bad code, and nothing happens, but if I paste such code into an online linter it lights up like a christmas tree.

So… what am I doing wrong?
Do I need to install other software beside TS3 and the Linter plug-in?
Is there a command to activate it?

Thanks in advance for the help :smile:

0 Likes

#2

I haven’t used this package, but the docs are here:
github.com/SublimeLinter/SublimeLinter#using

It looks like you either need to flip a setting to turn it on or call it by a command. The command is probably also in the palette as well (Ctrl+Shift+P and search for lint).

Hope this helps,
Alex

0 Likes

#3

It must be bug when the plugin loaded to ST3.
Perhaps, use
github.com/SublimeLinter/SublimeLinter3
instead.

0 Likes