Efficient usage of WebStorm IDE

后端 未结 2 1524
青春惊慌失措
青春惊慌失措 2021-02-01 03:15

I\'ve recently fallen in love in WebStorm as an IDE for JavaScript development. The problem is, I come from a world of vim and lightweight editors, so I probably can\'t fully ap

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-01 04:11

    Features I find most useful:

    • Code formatting. WebStorm's formatter is the best I've seen (of course, it still has some subtle bugs).

    • Built-in HTTP server: http://blog.jetbrains.com/webstorm/2013/03/built-in-server-in-webstorm-6/, How to open/debug current file using built-in Web server in WebStorm?

    • JsTestDriver integration.

    • Plugins. You can always find something useful.

提交回复
热议问题