LoginSignup
3
1

More than 5 years have passed since last update.

VSCodeでローカル変数に型を明示させる方法

Last updated at Posted at 2018-06-12

関数のjsdocに引数の型情報を書いておくと、vscodeでは型に応じて補完してくれる。

ss.png

ローカル変数でもこれを使いたいときは、以下のように宣言の前に@typeを付ければ良いみたいです。

ss2.png

もう最近は補完してくれないとコード書くのがつらい。

3
1
2

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
1