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
VSCode treats the imports above files (especially JS/TS) files as a special area (It adds a collapse button next to the first import). I'd like my import areas to have a color so I know how much to scroll at a glance.
Adding region comments for the import area of every file isn't quite elegant.
Keep in mind:
As long as the statements are top-level, imports can occur every where in a file, even at the end (although I say it's bad practice), but that import area ends just before the first line of non-import code.
VSCode treats the imports above files (especially JS/TS) files as a special area (It adds a collapse button next to the first import). I'd like my import areas to have a color so I know how much to scroll at a glance.
Adding region comments for the import area of every file isn't quite elegant.
Keep in mind:
May be useful:
The text was updated successfully, but these errors were encountered: