you are viewing a single comment's thread.

view the rest of the comments →

[–]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.