← Back to context Comment by xigoi 2 months ago What editor are you using that does not have a way to paste code with proper indentation? 4 comments xigoi Reply rao-v 2 months ago 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. xigoi 2 months ago 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. rao-v 1 month ago Do you know of a IDE that does this automagically? 1 reply →
rao-v 2 months ago 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. xigoi 2 months ago 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. rao-v 1 month ago Do you know of a IDE that does this automagically? 1 reply →
xigoi 2 months ago 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. rao-v 1 month ago Do you know of a IDE that does this automagically? 1 reply →
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.
Do you know of a IDE that does this automagically?
1 reply →