I won't recommend language-related extensions since most people already have them installed.
These extensions work with vscode, cursor, trae, windsurf and other editors.
1. Development
1.1. File Nesting Updater - Visual Studio Marketplace
Automatically syncs and updates file nesting configurations maintained by the author, making the file explorer cleaner.
1.2. Turbo Console Log - Visual Studio Marketplace
Quickly generates meaningful logs (showing file line numbers, function names, variable names) and allows one-click deletion of added logs.
1.3. Pretty TypeScript Errors - Visual Studio Marketplace
Makes TypeScript errors more readable and allows direct navigation to TypeScript documentation for better error understanding.
1.4. JSON to TS - Visual Studio Marketplace
Quickly converts JSON to TypeScript types.
1.5. Error Lens - Visual Studio Marketplace
Displays errors and warnings directly inline.
1.6. Better Comments - Visual Studio Marketplace
Displays different styles for different types of comments.
1.7. Inline Parameters for VSCode
Shows parameter names as inline hints at function call sites.
2. Themes
2.1. Symbols Icons
https://marketplace.visualstudio.com/items?itemName=miguelsolorio.symbols
2.2. Vibrancy Continued - Visual Studio Marketplace
May impact performance and report editor corruption warnings. Use with caution (only for experimentation).
3. Others
3.1. WakaTime - Dashboards for developers
Tracks coding time.
4. How to download when non-VSCode editors can't access the VSCode marketplace
VSCode has disabled offline download functionality and doesn't allow non-VSCode editors to use its source. These non-VSCode editors use mirrored sources to download extensions, so some extensions may not be available for download.
You can use this Coze agent by entering the Unique Identifier to download offline files.
or you can also use the VSIX_download_url to download offline files.
Top comments (0)