VSCode Extensions for Productivity Flashcards

1
Q

Q: What is the purpose of the GitLens extension?

A

A: It enhances Git capabilities in VSCode by providing features like blame annotations, commit history, and more.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Q: What does the Prettier extension do?

A

A: Prettier automatically formats code to ensure consistency across files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Q: How does the ESLint extension improve productivity?

A

A: It identifies and fixes JavaScript and TypeScript code quality issues directly in the editor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Q: What is the Path Intellisense extension?

A

A: It provides autocompletion for file paths in VSCode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Q: How does the Bracket Pair Colorizer extension help developers?

A

A: It visually matches and colours corresponding brackets, making code easier to read.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Q: What is the benefit of using the TODO Highlight extension?

A

A: It highlights TODO, FIXME, and other annotations in code, making them easy to locate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Q: What does the Code Spell Checker extension do?

A

A: It checks for spelling errors in code comments, strings, and documentation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Q: How does the Markdown All in One extension help with markdown files?

A

A: It provides features like live preview, shortcuts for formatting, and table of contents generation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Q: What is the Live Server extension used for?

A

A: It launches a local development server with live reload for HTML and JavaScript files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Q: How does the REST Client extension improve productivity?

A

A: It allows you to test and debug RESTful APIs directly in VSCode without external tools like Postman.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Q: What does the Project Manager extension do?

A

A: It helps manage and switch between multiple projects within VSCode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Q: How does the Settings Sync extension enhance productivity?

A

A: It synchronises your VSCode settings, extensions, and keybindings across devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Q: What is the Material Icon Theme extension?

A

A: It adds a collection of visually appealing icons for files and folders in the VSCode file explorer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Q: What is the purpose of the Debugger for Chrome extension?

A

A: It enables debugging JavaScript code running in Google Chrome directly from VSCode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Q: How does the Live Share extension enable collaboration?

A

A: It allows multiple developers to collaborate on the same codebase in real time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Q: What does the Docker extension provide?

A

A: It simplifies the management of Docker containers, images, and registries within VSCode.

17
Q

Q: What is the benefit of the Tabnine extension?

A

A: It provides AI-powered autocompletions to speed up coding.

18
Q

Q: How does the CodeSnap extension help developers?

A

A: It generates beautifully styled screenshots of code for sharing or documentation.

19
Q

Q: What is the Error Lens extension?

A

A: It displays error and warning messages inline with the code for immediate feedback.

20
Q

Q: How does the Better Comments extension improve code readability?

A

A: It categorises and highlights comments based on tags like TODO, WARNING, and IMPORTANT.

21
Q

Q: What is the Peacock extension used for?

A

A: It allows you to colour-code your VSCode workspace to differentiate between projects.

22
Q

Q: What is the Polacode extension?

A

A: It creates professional-looking code screenshots directly from VSCode.

23
Q

Q: How does the Quokka.js extension enhance JavaScript/TypeScript productivity?

A

A: It provides real-time feedback on code execution within the editor.

24
Q

Q: What is the Auto Rename Tag extension?

A

A: It automatically renames paired HTML/XML tags when you edit one, ensuring consistency.

25
Q

Q: What is the Visual Studio IntelliCode extension?

A

A: It provides AI-assisted code completions and recommendations based on common patterns.