DEV Community

Cover image for 5 Useful VSCode Extension
Maxime Kubik
Maxime Kubik

Posted on

5 Useful VSCode Extension

Hi,
Here is the list of my 5 useful extensions you need to know about.

5. Todo Tree

Todo Tree is a simple extension that searches a workspace for comment tags like TODO and FIXME, and displays them in a tree view in the explorer pane.

Alt Text

4. Placeholder Images

This extension generates and inserts placeholder images into HTML.

Useful on the prototype phase.

You can use Unsplash, placehold.it, and LoremFlickr with it.

Alt Text

3. Better Comments

The Better Comments extension creates human-friendly comments in your code.

This extension categorizes your annotations into :

  • Alerts
  • Queries
  • TODOs
  • Highlights

Alt Text

2. Faker

A simple extension to generate fake data.

Very useful on early-stage development.

You can generate :

  • address
  • commerce
  • company
  • database
  • date
  • and many many more...

Alt Text

1. Code Time

It’s an open-source plugin for automatic programming metrics and time tracking.

Alt Text

You can :

  • Track your progress during the day
  • Check out the coding activity
  • Generate code time summary
  • Generate data visualizations

Alt Text

In the end...

I hope you’ll find these extensions useful for yourself ! 🎉🦥


And you ? What's your favorite VSCode extension ? ❤

Latest comments (10)

Collapse
 
lecoupa profile image
Julien Le Coupanec

Great work! Thanks

Collapse
 
eltociear profile image
Ikko Eltociear Ashimine

Useful!

Collapse
 
hqjs profile image
hq

Try HQ Live Server smart dev server and build tool that supports typescript, Scss and frameworks out of the box marketplace.visualstudio.com/items...

Collapse
 
jamstanley profile image
jamstanley • Edited

Thank you for sharing!

Collapse
 
azimifarbehzad profile image
behzad azimifar

Thank you for sharing!

Collapse
 
kelbri10 profile image
Kelsey Hughes

Gonna definitely have to check out the better comments extension :OOO thanks for sharing!

Collapse
 
paulossouza profile image
Paulo H. • Edited

Hi!
Thank you for sharing!

The Code Time extension will help me a lot. :)

Collapse
 
mkubdev profile image
Maxime Kubik

Hi! Seems like Wakatime, but the buffer time used in codetime is much more accurate :)

Collapse
 
sinepel profile image
Constantin Boulanger

Hello!
Thank you for sharing!

I've created myself an article where I share my favourite extensions for VSCode !

Here : My favourite extensions for Visual Studio Code

Collapse
 
mkubdev profile image
Maxime Kubik • Edited

Nice! Definitely need to try Log Highlighter