You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Hi there, I'm using vscode to write python code. I want to fold comments in editor, but it seems that vscode does not support folding comments of python, neither single line comments(using Ctrl+/) nor block comments(using ALT+SHIT+A).
I searched on the Internet and find this: #11524.
Therefore, I tried it on a JavaScript file. It works perfectly for block comments in JavaScript(/* */ style), but it does support single line comments(// style).
So, is it possible to support multi line single line comment folding for python(hopefully for all language) in future? @aeschli
The text was updated successfully, but these errors were encountered:
#Hi there, I'm using vscode to write python code. I want to fold comments in editor, but it seems that vscode does not support folding comments of python, neither single line comments(using Ctrl+/) nor block comments(using ALT+SHIT+A).
I searched on the Internet and find this: #11524.
Therefore, I tried it on a JavaScript file. It works perfectly for block comments in JavaScript(/* */ style), but it does support single line comments(// style).
So, is it possible to support multi line single line comment folding for python(hopefully for all language) in future?
@aeschli
The text was updated successfully, but these errors were encountered: