Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
August 17, 2021 05:08 am GMT

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!


Original Link: https://dev.to/harikrshnan/vs-code-plugins-to-increase-coding-speed-4469

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To