0
1

More than 1 year has passed since last update.

VisualStudioCode の CodeSpellCheckerの導入方法個人メモ

Posted at

概要

  • VisualStudioCode(以降VScode)に拡張機能CodeSpellCheckerを導入する方法をまとめる

ご注意

方法

  1. VScodeを起動して拡張機能のサイドバーをクリック

    Visual_Studio_Code.png

  2. 検索ウインドウに「code spell checker」と入力してヒットした最も上のもの(英語用)のインストールを行う。

    拡張機能__Code_Spell_Checker.png

  3. VScodeのsetting.jsonに下記の内容を記載する。(どうやらこれを設定しないと一部の日本語を誤って検知するらしい。)

    settings.json
    "cSpell.ignoreRegExpList": ["[0-9A-Za-zぁ-んァ-ヶ亜-熙纊-黑]+"],
    

参考文献

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