Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
VS Code Gold Series' Articles
Back to Rob OLeary's Series
VS Code: You don't need that extension
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Aug 5 '20
VS Code: You don't need that extension
#
webdev
#
vscode
#
productivity
#
tips
353
reactions
Comments
39
comments
7 min read
The easy way to find the perfect font and theme combination
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Aug 10 '20
The easy way to find the perfect font and theme combination
#
webdev
#
productivity
#
vscode
#
tips
124
reactions
Comments
6
comments
3 min read
How to set VS Code as your Git editor, difftool, and mergetool
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Sep 15 '20
How to set VS Code as your Git editor, difftool, and mergetool
#
webdev
#
git
#
vscode
#
productivity
127
reactions
Comments
3
comments
5 min read
Customise VS Code for a project, or per language
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Sep 17 '20
Customise VS Code for a project, or per language
#
webdev
#
vscode
#
productivity
#
tutorial
81
reactions
Comments
9
comments
3 min read
VS Code's secret snippets
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Sep 22 '20
VS Code's secret snippets
#
webdev
#
vscode
#
productivity
23
reactions
Comments
1
comment
2 min read
How to run a command automatically in VS Code when you open a project
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Oct 19 '20
How to run a command automatically in VS Code when you open a project
#
webdev
#
vscode
#
productivity
111
reactions
Comments
9
comments
4 min read
Is there a "missing" feature or extension that you would like to see in VS Code?
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Nov 6 '20
Is there a "missing" feature or extension that you would like to see in VS Code?
#
watercooler
#
vscode
#
webdev
19
reactions
Comments
14
comments
1 min read
Add Intellisense for third-party JavaScript libraries in VS Code (it is not always automatic)
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Dec 28 '20
Add Intellisense for third-party JavaScript libraries in VS Code (it is not always automatic)
#
vscode
#
webdev
#
beginners
#
tutorial
21
reactions
Comments
8
comments
2 min read
Easy file management in VS Code
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Apr 28 '21
Easy file management in VS Code
#
showdev
#
vscode
#
tools
#
webdev
26
reactions
Comments
Add Comment
3 min read
Write a VS Code extension in JavaScript, not TypeScript ^
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Jun 16 '21
Write a VS Code extension in JavaScript, not TypeScript ^
#
vscode
#
javascript
#
node
#
beginners
37
reactions
Comments
1
comment
6 min read
VS Code - How many extensions should I use?
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Aug 10 '21
VS Code - How many extensions should I use?
#
vscode
#
performance
24
reactions
Comments
2
comments
5 min read
VS Code - Get type checking in JavaScript easily
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Aug 16 '21
VS Code - Get type checking in JavaScript easily
#
webdev
#
javascript
#
tooling
18
reactions
Comments
1
comment
2 min read
VS Code - Snippets are not bash aliases. How to write great snippets that anyone can use
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Aug 24 '21
VS Code - Snippets are not bash aliases. How to write great snippets that anyone can use
#
vscode
#
tooling
#
productivity
11
reactions
Comments
1
comment
7 min read
VS Code - Quickly increment and decrement numeric values with keyboard shortcuts
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Oct 11 '21
VS Code - Quickly increment and decrement numeric values with keyboard shortcuts
#
vscode
#
productivity
#
webdev
#
css
18
reactions
Comments
1
comment
3 min read
VS Code: You don't need that extension part 2
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Nov 8 '21
VS Code: You don't need that extension part 2
#
vscode
#
tooling
#
productivity
277
reactions
Comments
7
comments
13 min read
VS Code keyboard-fu: custom keyboard shortcuts that will boost your productivity
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Mar 1 '22
VS Code keyboard-fu: custom keyboard shortcuts that will boost your productivity
#
vscode
#
productivity
#
tooling
#
beginners
25
reactions
Comments
3
comments
12 min read
Setting up VS Code for Java development
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Mar 17 '22
Setting up VS Code for Java development
#
java
#
vscode
#
tooling
#
beginners
43
reactions
Comments
2
comments
7 min read
VS Code - What's the deal with telemetry?
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Apr 20 '22
VS Code - What's the deal with telemetry?
#
tooling
#
vscode
#
privacy
#
webdev
19
reactions
Comments
8
comments
13 min read
VS Code - You don't need a formatting extension (Prettier and friends)
Rob OLeary
Rob OLeary
Rob OLeary
Follow
May 18 '22
VS Code - You don't need a formatting extension (Prettier and friends)
#
vscode
#
tooling
#
webdev
75
reactions
Comments
33
comments
3 min read
VS Code or VS Codium?
Rob OLeary
Rob OLeary
Rob OLeary
Follow
May 31 '22
VS Code or VS Codium?
#
tooling
#
vscode
#
webdev
18
reactions
Comments
2
comments
12 min read
Migrating from VS Code to VS Codium on Linux painlessly
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Jun 13 '22
Migrating from VS Code to VS Codium on Linux painlessly
#
webdev
#
vscode
#
tooling
#
tutorial
27
reactions
Comments
6
comments
5 min read
VS Code - Catch errors in your markdown files
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Jul 4 '22
VS Code - Catch errors in your markdown files
#
vscode
#
markdown
#
productivity
#
beginners
14
reactions
Comments
1
comment
4 min read
Open a project in VS Code in a flash 📂⚡
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Jul 18 '22
Open a project in VS Code in a flash 📂⚡
#
tooling
#
vscode
#
productivity
#
bash
10
reactions
Comments
2
comments
5 min read
How to perform a global find and replace of text (replace all occurences in all files) in VS Code
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Dec 28 '22
How to perform a global find and replace of text (replace all occurences in all files) in VS Code
#
vscode
#
tooling
#
webdev
#
beginners
8
reactions
Comments
3
comments
7 min read
VS Code Profiles - Manage configurations easily for different environments and workflows
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Mar 31 '23
VS Code Profiles - Manage configurations easily for different environments and workflows
#
vscode
#
tooling
#
productivity
#
webdev
27
reactions
Comments
6
comments
9 min read
VS Code - Auto rename HTML tags in React, Vue, Svelte, Nunjucks, and others
Rob OLeary
Rob OLeary
Rob OLeary
Follow
May 8 '23
VS Code - Auto rename HTML tags in React, Vue, Svelte, Nunjucks, and others
#
vscode
#
webdev
#
javascript
#
tooling
20
reactions
Comments
1
comment
5 min read
VS Code Profiles - Know what profile you are using, no doubt
Rob OLeary
Rob OLeary
Rob OLeary
Follow
May 17 '23
VS Code Profiles - Know what profile you are using, no doubt
#
showdev
#
vscode
#
tooling
#
javascript
4
reactions
Comments
4
comments
4 min read
VS Code - Sticky code sections for improved contextual browsing (sticky scroll)
Rob OLeary
Rob OLeary
Rob OLeary
Follow
Nov 20 '23
VS Code - Sticky code sections for improved contextual browsing (sticky scroll)
#
vscode
#
webdev
#
productivity
#
javascript
11
reactions
Comments
Add Comment
3 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account