VSCode Extensions for Productivity Flashcards
Q: What is the purpose of the GitLens extension?
A: It enhances Git capabilities in VSCode by providing features like blame annotations, commit history, and more.
Q: What does the Prettier extension do?
A: Prettier automatically formats code to ensure consistency across files.
Q: How does the ESLint extension improve productivity?
A: It identifies and fixes JavaScript and TypeScript code quality issues directly in the editor.
Q: What is the Path Intellisense extension?
A: It provides autocompletion for file paths in VSCode.
Q: How does the Bracket Pair Colorizer extension help developers?
A: It visually matches and colours corresponding brackets, making code easier to read.
Q: What is the benefit of using the TODO Highlight extension?
A: It highlights TODO, FIXME, and other annotations in code, making them easy to locate.
Q: What does the Code Spell Checker extension do?
A: It checks for spelling errors in code comments, strings, and documentation.
Q: How does the Markdown All in One extension help with markdown files?
A: It provides features like live preview, shortcuts for formatting, and table of contents generation.
Q: What is the Live Server extension used for?
A: It launches a local development server with live reload for HTML and JavaScript files.
Q: How does the REST Client extension improve productivity?
A: It allows you to test and debug RESTful APIs directly in VSCode without external tools like Postman.
Q: What does the Project Manager extension do?
A: It helps manage and switch between multiple projects within VSCode.
Q: How does the Settings Sync extension enhance productivity?
A: It synchronises your VSCode settings, extensions, and keybindings across devices.
Q: What is the Material Icon Theme extension?
A: It adds a collection of visually appealing icons for files and folders in the VSCode file explorer.
Q: What is the purpose of the Debugger for Chrome extension?
A: It enables debugging JavaScript code running in Google Chrome directly from VSCode.
Q: How does the Live Share extension enable collaboration?
A: It allows multiple developers to collaborate on the same codebase in real time.