0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

もうdo~endを忘れない拡張機能 〜VSCode〜

Posted at

はじめに

 本日は予定があり、プログラミングがあまり進められなかったので、昨日に引き続き、VSCodeのおすすめ拡張機能紹介にします。

もうendは手動で入力しなくていい!!

endwiseという拡張機能です。
これは、endが必要なメソッドを記述したときに、同時に次の行にendを挿入してくれる。つまり、ifやdefやdoを記述すると、自動でendを記述してくれるので、endの記述忘れがなくなります。
わたしは、特にif文を記述するときにendを忘れてしまうことがあったので、たいへん重宝しています。

さいごに

 拡張機能って、ちょっとしたことを実現してくれるけど、その効果は絶大だと感じています。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?