Comment by rao-v

2 months ago

One day Brython (python with braces allowing copy paste code to autoindent) will be well supported by LSPs and world peace will ensure

What editor are you using that does not have a way to paste code with proper indentation?

  • There is not enough information in pasted code for a language server to indent pasted in python code. Try copy pasting a random stackoverflow snippet into deeply indented python code.

    • Why would you need a language server for that? You simply prepend the indentation of the current line to every line of the pasted text.

      2 replies →