DEV Community

HariKrshnan
HariKrshnan

Posted on

VS Code plugins to increase coding speed

Hey world, here is the list of plugins that I found helpful for react native developers to increase coding speed.

  1. AutoRename Tag
    Since VS code will not rename the paired tag automatically, this plugin will help you solve that issue.

  2. Intellij IDEA keymap
    If you are an android developer who recently migrated to react, learning new VS code shortcuts will be a tiresome job. And this plugin will be a life saver. It will allow you to use Intellij idea shortcuts in VS code without any further change.

  3. Git Lens
    Git lens plugin will enhance your VS code git capabilities with features like viewing authorship, code comparison and blaming, navigation between repositories, etc.

  4. Settings sync
    Next in the list, we have the settings sync to sync all our customizations, keyboard shortcuts, extensions, and other settings so that you don't need to waste your time on setting up your IDE next time. You can use your GitHub account token and gist to upload your file.

  5. Bookmarks
    Since VS code doesn't have an option to bookmark, this plugin will help you create bookmarks and navigate between them easily.

Thanks for your minute :-), Happy coding!

Top comments (2)

Collapse
 
lil5 profile image
Lucian I. Last

roboleary.net/vscode/2020/08/05/do...

You donโ€™t necessarily need to install Autorename Tag and Settings sync. This blog post lists some more extensions that already exist on vscode ๐Ÿ”

Collapse
 
jackzhoumine profile image
jackzhoumine

Settings sync is no need