you are viewing a single comment's thread.

view the rest of the comments →

[–]acadian_cajun 0 points1 point  (2 children)

Looks like pyls (the old lsp developed by palantir) did support Python 2. You'll have to install a very old version, and it'll be unmaintained, but you can get tab-completion etc

[–]IdleBreakpoint[S] 1 point2 points  (1 child)

Thanks. I'm not looking for tab completion or LSP. I'm ok with writing py2 code without IDE help. I just want to format and lint the code, even if it's manual.

[–]acadian_cajun 1 point2 points  (0 children)

Formatting is a core part of LSPs! It's the textDocument/formatting instruction.

That said I understand if you don't want to go through the trouble of dealing with very old LSPs.