Skip to content

Commit

Permalink
fix: minor content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Teodor92 committed Jan 19, 2024
1 parent 8a55388 commit 8e3b39d
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions _posts/2024-19-01-useful-vscode-extensions.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Useful VSCode extensions"
title: "17 Useful VSCode extensions"
date: 2024-01-18T15:34:30-04:00
comments: true
teaser: "This is a list of useful VSCode extensions that I use on a daily basis - take a look. You might find something useful!"
comments: true
header:
teaser: "assets/images/useful-vscode-extensions/vscode-extensions.jpeg"
categories:
Expand All @@ -15,73 +15,73 @@ tags:

![GitHub profile](/assets/images/useful-vscode-extensions/vscode-extensions-tumbnail.jpeg)

This is a list of useful VSCode extensions that I use on a daily basis! 😄 These are in alphabetical order, not in order of importance, nor preference.
This is a list of 17 useful VSCode extensions that I use on a daily basis! 😄 These are in alphabetical order, not in order of importance, nor preference.

### EmojiSense
### 1. EmojiSense

[EmojiSense](https://marketplace.visualstudio.com/items?itemName=bierner.emojisense) is a great extension that allows you to use emojis whole write documents or articles! Example: 😄

### Code Spell Checker
### 2. Code Spell Checker

[Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) is a great extension that allows you to check your spelling while you write docs, articles, code or anything else! It's a great tool if you constantly make typos like me! 😅

### Code Snap
### 3. Code Snap

Need some fancy screenshots of your code? [Code Snap](https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap) is the extension for you! It allows you to take screenshots of your code and share it with others!

### EditorConfig for VS Code
### 4. EditorConfig for VS Code

Tired of constantly having to set the same settings for each project? [EditorConfig for VS Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) is the extension for you! It allows you to set the same settings for each project, so you don't have to do it manually! Don't know what an `.editorconfig` file is? Check out [this article](https://editorconfig.org/)!

### GitHistory
### 5. GitHistory

Want to see who broke the last build? [GitHistory](https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory) got you covered! It allows you to see the history of your project and who made what changes.

### gitignore
### 6. gitignore

Tired of having to manually create a `.gitignore` file? [gitignore](https://marketplace.visualstudio.com/items?itemName=codezombiech.gitignore) is the extension for you! It allows you to create a `.gitignore` file for your project, based on the language you are using!

### GitLens
### 7. GitLens

Adds a ton of features to VSCode's Git capabilities! [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) allows you to see who made what changes, when, and why! It also allows you to see the history of your project, and much more!

### Path Intellisense
### 8. Path Intellisense

Tired of having to manually type out the path to a file? [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense) makes your life easier by allowing you to autocomplete paths to files!

### Peacock
### 9. Peacock

Using multiple workspaces and need to differentiate between them? [Peacock](https://marketplace.visualstudio.com/items?itemName=johnpapa.vscode-peacock) allows you to change the color of your workspace! You don't know what a workspace is? Check out [this article](https://code.visualstudio.com/docs/editor/workspaces)!

### TODO Highlight
### 10. TODO Highlight

Need to keep track of your TODOs? [TODO Highlight](https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight) allows you to highlight your TODOs, FIXMEs, and more!

### TODO Tree
### 11. TODO Tree

Need to keep track of your TODOs but want to see them as a tree structure for your whole project? [TODO Tree](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree) allows you to see your TODOs in a tree view!

### Trailing Spaces
### 12. Trailing Spaces

You want to see unnecessary trailing spaces? [Trailing Spaces](https://marketplace.visualstudio.com/items?itemName=shardulm94.trailing-spaces) allows you to see them and remove them!

### Version Lens
### 13. Version Lens

Tired of having to manually check if your dependencies are up to date? [Version Lens](https://marketplace.visualstudio.com/items?itemName=pflannery.vscode-versionlens) allows you to see if your dependencies are up to date, and if not, it allows you to update them!

### vscode-pdf
### 14. vscode-pdf

Want to read some PDFs in VSCode? [vscode-pdf](https://marketplace.visualstudio.com/items?itemName=tomoki1207.pdf) allows you to do just that!

### WSL
### 15. WSL

Using WSL and want to use VSCode? [WSL](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl) allows you to use VSCode with WSL! What is WSL you may ask? Check out [this article](https://docs.microsoft.com/en-us/windows/wsl/about)!

### XML Tools
### 16. XML Tools

Need to edit XML files? [XML Tools](https://marketplace.visualstudio.com/items?itemName=DotJoshJohnson.xml) is what you are looking for.

### YAML
### 17. YAML

And what about YML? [YAML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) got you covered!

Expand Down

0 comments on commit 8e3b39d

Please sign in to comment.