LoginSignup
3
2

More than 5 years have passed since last update.

WebstormでNode.jsの補完を有効にする

Last updated at Posted at 2018-03-21

ExpressプロジェクトをWebstormで開いたらrequireに黄色下線が引かれてしまう問題に直面した。
ググるとどうもNode.js(サーバーサイドJavascript)の補完を有効にする必要があるらしい。

対処

  1. Preferenceを開く
  2. Languages&Frameworksを開く
  3. Node.js and NPMを開く
  4. CodingAssistanceをEnableにする

スクリーンショット 2018-03-21 23.04.26.png

↑のEnableをクリック

これで解決した。

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2