

Hasty Treat - VSCode Extensions and Tips
Apr 5, 2021
Discover the must-have VSCode extensions that can supercharge your coding experience. From Easy Snippet for seamless snippet creation to Error Lens for instant feedback on issues, the tips shared will make coding a breeze. Learn about handy tools like GitLens and File Utils, which enhance productivity and streamline workflows. Plus, explore features that improve code readability with color-coded comments and how to effortlessly manage your project files. Perfect for developers looking to optimize their development environment!
AI Snips
Chapters
Transcript
Episode notes
Easy Snippet
- Use snippets to save time coding.
- The Easy Snippet VS Code extension makes creating and managing snippets easy.
Add Missing Function Declaration
- Use the "Add Missing Function Declaration" feature in VS Code and TypeScript 4.2.
- It scaffolds function declarations with typed arguments, boosting coding speed.
Error Lens
- Install the Error Lens VS Code extension to improve error visibility.
- It highlights the entire line with errors and displays the error message inline.