DEV Community

Cover image for Top 10 IntelliJ IDEA Plugins to Use as Junior JavaScript Developers in 2019
Shijie Zhou
Shijie Zhou

Posted on

Top 10 IntelliJ IDEA Plugins to Use as Junior JavaScript Developers in 2019

The article will show you the 10 useful tools to become a successful developer. Most of us have been using the IntelliJ while developing, and still, developers always complain about why there are so many features missing compared to current VS code or Eclipse. Once you spend a little time to invest some useful plugins for your IDE, you can speed up your work as daily.

Nodejs

As a JavaScript developer, we always need to reference the syntax of Nodejs. That suggests from official Nodejs web.

Material Theme UI

A better look of the theme can help you identify the code quickly.

String Manipulation

This plugin allows you to change the variable name to whatever case you look for.

Camel Case

Switching variable to Camel Case

Docker

Easy way to deploy and setup docker image on your editor

AWS Tools Kit

Best plugin for the developer to create a serverless application and provide a lot of features

JS GraphQL

Javascript and Typescript schema and query builder tool

Eclipse Code Format

Format the code with custom style like the eclipse editor

.ignore

Easy git ignore file generator.

Maven Helper

An easy way for analyzing and avoid the dependency conflict.

Top comments (0)