Efficient usage of WebStorm IDE

ε祈祈猫儿з 提交于 2019-12-02 19:06:18
studgeek

Some random thoughts, maybe more later....

In the help, definitely read the Basic Concepts and skim the WebStorm Usage Guidelines for actions that you care about.

Learn to use Ctrl-Shift-A. It allows you to 1uickly find actions you can do by typing part of them. With that you can find anything once you know it exists.

WebStorm's (like IntelliJ) best magic is its code completion and refactoring features, which come from its code parsing and awareness. It figures a lot of stuff out, but you can help it out by making you have good source files. Put the commented versions of the libraries you use in your project so it can use those comments to display in the doc popups (just having them in the directory is all you need).

Be sure to leave the tips on.

Their forums are useful, but if you have a problem or feature request put it right into youtrack.com. They are much more responsive there. You can also vote for the stuff you want added.

And if you haven't seen it yet, there is a VIM plugin which will give you VIM editor keys, called IdeaVim.

Victor

Features I find most useful:

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!