PythonImproved icon indicating copy to clipboard operation
PythonImproved copied to clipboard

Use with sublimelinter

Open seriley opened this issue 11 years ago • 4 comments

Add procedures to README for users that also use SublimeLinter and/or any other packages that look for Python, not Python Improved

seriley avatar Jul 08 '14 21:07 seriley

sure, I can do that. Since I don't use SublimeLinter that often, which changes need to be made in order for it to work?

MattDMo avatar Jul 08 '14 23:07 MattDMo

Oh. I stopped using it because of some stability problems, but let me load it back up and figure out what to send you

I thought it would be worth your while as many seem to use the linter

On Jul 8, 2014, at 4:43 PM, Matt Morrison [email protected] wrote:

sure, I can do that. Since I don't use SublimeLinter that often, which changes need to be made in order for it to work?

— Reply to this email directly or view it on GitHub.

seriley avatar Jul 09 '14 00:07 seriley

Matt,

This worked for me to get python improved set up for sublimelinter3, sublimelinter-flake8, flake8 I would add a note that they need to follow the instructions to get the linter working with python first. Then:

1. Open this SublimeLinter.sublime-settings file: Preferences->Package Settings->SublimeLinter->Settings - User
2. add the following entry to {“user”: { …, “syntax_map”: {…, “pythonimproved”: “python”}, …,}}

That was all I had to do

regards and thanks for your efforts

Steve

On Jul 8, 2014, at 4:43 PM, Matt Morrison [email protected] wrote:

sure, I can do that. Since I don't use SublimeLinter that often, which changes need to be made in order for it to work?

— Reply to this email directly or view it on GitHub.

seriley avatar Jul 21 '14 22:07 seriley

@seriley that worked for me, thanks!

LeonardoGentile avatar Jun 28 '16 15:06 LeonardoGentile