MS、Win/Linux/Mac対応のコードエディター「Visual Studio Code」をプレビュー公開

なんというかSublime Textつーか、ATOM風の画面。ちょっとJavaソースを見るときに、秀丸ではなんだし、かと言ってEclipseを持ち出すまでもない、といった用途に使えそう。これでAtomプラグインが使えたら便利なんだけどね。まぁそれならAtom使えばいいんだけどね。

f:id:ooparts77:20150509195351p:image

日本語化されてないけど、日本語もOKぽい。ただ使ってみるとかな漢字入力がちょっとアレかな。それと日本語のフォントが...。

とりあえず[File]>[Preferences]>[User Settings]を選択して、右ペインに表示される

// Place your settings in this file to overwrite the default settings
{
}

に、お好みのフォントとサイズを

// Place your settings in this file to overwrite the default settings
{
	"editor.fontFamily": "MeiryoKe_Gothic",
	"editor.fontSize": 13
}

こんな感じで指定すると、幸せに少し近づける気がする。