3
2

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 5 years have passed since last update.

VsCodeをIntelliJっぽくする方法

Posted at

新しくエディタの使い方覚えるのめんどいもんね

設定

# ダブルクリックでタブを開くようにする
"workbench.editor.enablePreview": false
"workbench.editor.enablePreviewFromQuickOpen": false
"workbench.list.openMode": "doubleClick"

# エクスプローラービューが選択したタブのファイルに移動しないようにする
"explorer.autoReveal": false

プラグイン

3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?