VSCode sometimes stucks when too many extensions are installed? Here are two
tricks:
Open the Command Palette (Ctrl+Shift+P) and select Developer: Open
Process Explorer to see which extensions cost most. Then disable (just
workspace) some extensions you don't need in current workspace.
thinks disable extensions one by one too annoying? you can disable a group
of extensions by simply disable a extension pack! ✌️ Another good news is
that you can uninstall any extension included in the pack while this extension
pack is still there🎊
want to make your own extension pack? This
may helps you👍
Rewrap can
wrap a block of code to given line length with a single key press. Different
from language specific settings, you are able to wrap part of the file, for
example the comments. It is also useful when you just want particular file
wrapped instead of all this kind of file.
Code Spell Checker could be super powerful when
writing comments, or, someone use complete words as variable names. It could
also be essential when writing Markdown in VSC.
eyes 👀
If you find a extension really useful when developing python code and want to
improve this extension, feel free to raise a issue.
But please notice that issues using the extensions included in this pack
will not be accepted in this extension pack's repository😅.