I'm using VSCode with Vim extension enabled.
By default, VSCode Ctrl+K Ctrl+number
would fold the code of the entire file to the indent level set by the number.
This is EXTREMELY useful for me, and I use it all the time.
The problem is: with the Vim extension enabled, those commands doesn't work anymore.
This extension also doesn't allow (as far as I know) to change configurations such as ":set foldmethod=indent".
Are there any workarounds?
Thank you very much!