edelvalle / SuperElixir

This is a sublime plug-in that provide IDE like capabilities to sublime when working with the Elixir language.
GNU Lesser General Public License v3.0
31 stars 4 forks source link

Linting does not work #1

Closed nhooyr closed 4 years ago

nhooyr commented 7 years ago

No idea what is wrong. What should I look at first?

edelvalle commented 7 years ago

try this

 {
    "user": {
        "lint_mode": "load/save",
        ...
    }
}

Does the auto-completion at least works?

nhooyr commented 7 years ago

Huh, everything is working fine now. I already had sublime linter installed. Weird. Thanks!

nhooyr commented 7 years ago

Never mind. Sorry!

Definitely not working. Autocomplete does not work either.

nhooyr commented 7 years ago

ElixirSublime works fine so I don't think there is anything wrong with my Sublime Linter settings.

edelvalle commented 7 years ago

Are you using mix in your project? Other wise it will be hard for the plugin to work. Can you paste me here the output of the Sublime terminal (ctrl+`) when you try to do something with this plugin?

nhooyr commented 4 years ago

Going to close as it has been a long time and I'm not sure if this is relevant anymore.