search

Home  >  Q&A  >  body text

node.js - 大家用啥nodejs编辑器?

今天突然有个想法,想问问大家都用啥nodejs编辑器?

PHP中文网PHP中文网2787 days ago3363

reply all(32)I'll reply

  • 阿神

    阿神2017-04-17 11:14:35

    WebStorm, official version
    I used to use Sublime to write Nodejs, but Sublime is not an IDE after all. Many code prompts will not analyze what type it is, but will give you prompts based on the context and what content you have used.
    One day I asked a front-end writer what to use to write JS, and he recommended WebStorm, and then I downloaded one
    Then I saw its support for NodeJS, which can parse the types in modules. For example, if you require a module, it will prompt you what is in it like a static language

    reply
    0
  • 迷茫

    迷茫2017-04-17 11:14:35

    Visual Studio 2013 NTVS(Node.js Tools for Visual Studio)

    一个Tip:

    不要在默认路径下新建工程,尽量选择一个路径短的地方新建项目。因为包引用的问题,会导致有些文件路径非常长。
    

    reply
    0
  • Cancelreply