組み込みのスペルチェック機能は、コード全体で実行されているようで、そのようになっているはずの多くのテキスト、つまりコード自体に下線が引かれています。
コメント(//
)に制限する方法はありますか?
私はSublime 2については知りませんが、Sublime 3はすぐに使えます。設定「spelling_selector」により、どのスコープをチェックするかを制御できます。
—
グウェンゼック
"spelling_selector": "markup.raw, source string.quoted - punctuation - meta.preprocessor.c.include, source comment - source comment.block.preprocessor, -(source, constant, keyword, storage, support, variable, markup.underline.link, meta.tag)",