Skip to content

Instantly share code, notes, and snippets.

@ipokkel
Last active January 12, 2021 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ipokkel/d175a5c517483202cce0c6157b52b03d to your computer and use it in GitHub Desktop.
Save ipokkel/d175a5c517483202cce0c6157b52b03d to your computer and use it in GitHub Desktop.
My favourite VS Code Extensions that make my day to day tasks easier.

My Favourite VS Code Extensions

My favourite VS Code Extensions that make my day to day tasks easier.

Duplicate action

Duplicate files or folders.

https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-duplicate

Path Autocomplete

Helps autocomplete file names when including assest.

https://marketplace.visualstudio.com/items?itemName=ionutvmi.path-autocomplete

Insert Date String

Insert Date Strings. Very handy to get current unix timestamp. I add these as part of a function name to ensure a unique function name helping to avoid duplicate function conflicts.

https://marketplace.visualstudio.com/items?itemName=jsynowiec.vscode-insertdatestring

Tabnine

AI that helps autocomplete code, it's not always spot on but it helps reduce coding time by at least 5 - 10%.

https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode

GistPad

This allows you to add and update gists directly from VS Code as well as provide a directory of all your gists.

https://marketplace.visualstudio.com/items?itemName=vsls-contrib.gistfs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment