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
I do see some extensions on the VS Code marketplace that provide the ability to auto-fold, but these function on level, or comments, and not import types. In addition, a solution for LSP would be best.
That feature has been added upstream to vscode (see microsoft/vscode#40338 (comment)). It should be available with the next vscode release (1st week of August 2021).
In the meantime, you can try vscode insiders and set "editor.foldingImportsByDefault": true in your settings.json
Many times you don’t need to look at the import code, and sometimes the import takes a long time and affects the preview code.
The text was updated successfully, but these errors were encountered: