VisualStudioCodeの設定メモ

法律学を学ぶようになり、コードを書くことが少なくなった。

私がコードをよく書いていたのは、高校生のころである。

当時は、VisualStudioや、TeraPadで書いていることが多かった。

最近コードを書くリハビリをしているのだが、その際いい感じのエディタに出会った。

それが、VisualStudioCodeである。

これを使うにあたり、設定を少し変更したので、それをここに残す。

{
	"extensions.ignoreRecommendations": false, // おすすめを非表示にする
	"editor.detectIndentation": false, // tab サイズの自動調整をoff
	"editor.insertSpaces": false, // tab の代わりにスペースを入れるのをoff
	"editor.renderWhitespace": "all", // 空白文字を分かりやすくする
	"editor.tabSize": 8,
	"window.zoomLevel": 0
}

こんな感じである。本格的な設定変更はしていない。


When I was a high school student, I wrote a lot of code and used VisualStudio or TeraPad.

But I was changed.

I began to learn law in university.

In university life, I don’t write any code.

(In reality, In summer vacation or short vacation, I wrote code. But It is small application.)

However, Now I re-learn programming or computer technology.

While learning, I found very good text-editor.

That is VisualStudioCode.

I changed configuration file a little.

This article write down it.

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA