
Syntax - Tasty Web Development Treats Hasty Treat - VSCode Treats Part 2
Jul 29, 2019
Discover the coolest VSCode extensions like Git Blame and Apollo GraphQL that are transforming developers' workflows. Explore helpful features such as tree indentation and breadcrumbs for better project organization. Learn how graphical interfaces enhance Git management, making it easier to track changes and branches. Plus, get insights into overcoming analytics challenges caused by ad blockers. Tune in for tips on maximizing productivity with keyboard shortcuts and user-friendly tools!
AI Snips
Chapters
Transcript
Episode notes
Using Git Blame
- Use the Git Blame extension to easily see who wrote specific lines of code.
- This helps identify culprits for bugs or understand code history within a team.
Apollo GraphQL Extension
- The Apollo GraphQL extension provides intelligent autocompletion and information about your schema.
- Setting it up can be challenging, but the features are powerful for Apollo users.
Spell Checker and Code Actions
- Use the VS Code Spell Checker extension for in-editor spellchecking and install language-specific dictionaries.
- Leverage code actions (command/control + space) to fix spelling mistakes without a mouse.
