有效使用WebStorm IDE [英] Efficient usage of WebStorm IDE

查看:319
本文介绍了有效使用WebStorm IDE的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近爱上了WebStorm作为JavaScript开发的IDE。问题是,我来自一个vim和轻量级编辑器的世界,所以我可能无法完全理解IDE带来的所有功能。是的,我已经看过演示文稿并阅读了文档,但是有很多功能,我不确定它们中哪些是真正有用的。



所以,这里,我的问题是:你如何使用WebStorm,你觉得哪些最有用?任何电源使用技巧?配置黑客?值得一提的插件?



我不是在寻找功能列表,我正在寻找真实的使用示例和印象。



PS。我主要使用纯JS + Canvas元素和一些NodeJS。

解决方案

一些随意的想法,可能更晚...... / p>

在帮助中,请务必阅读基本概念并浏览WebStorm使用指南,了解您关注的操作。



学习使用Ctrl-Shift-A。它允许您通过键入部分内容来1可以找到您可以执行的操作。有了它,你可以找到任何你知道它存在的东西。



WebStorm(如IntelliJ)最好的魔力是它的代码完成和重构功能,它来自它的代码解析和意识。它列出了很多东西,但是你可以通过让你拥有好的源文件来帮助它。将您使用的库的注释版本放在项目中,这样它就可以使用这些注释显示在doc弹出窗口中(只需将它们放在目录中)。



请务必留下提示。



他们的论坛很有用,但如果您有问题或功能请求,请将其放入youtrack.com。他们在那里反响更快。你也可以投票给你想要添加的东西。



如果你还没有看到它,有一个VIM插件可以给你VIM编辑器密钥,叫做 IdeaVim


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 appreciate all the power that comes with IDE. Yes, I've seen the presentations and read the docs, but there's a lot of features and I'm not sure which of them are truly useful.

So, here goes my question: how do you use WebStorm and what do you find most useful? Any power-usage tips? Configuration hacks? Plugins worth mentioning?

I'm not looking for a list of features, I'm looking for a real-world usage examples and impressions.

PS. I work mostly with pure JS + Canvas element and some NodeJS.

解决方案

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.

这篇关于有效使用WebStorm IDE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆