LoginSignup
0
0

More than 5 years have passed since last update.

Visual Studio を Sublime Text のショートカットキーに変更(随時更新)

Last updated at Posted at 2016-05-03

IDEが使いたい

Sublime Textから移行する気になったわけではないですが、やはりIDEの補完機能などは魅力的。

そういうわけで、PythonのIDEにもなるし、最近個人的にMS熱があるし、自分がよく使うST3のキーバインドをVisaul Studioで再現する設定を書いていきます。

※ なおキーバインディングは、私の設定になります。キーバインディングの設定対応表みたいな感じで参考にしていただけるといいかなと。
※ Visual Studioは日本語で使っているので設定名も日本語です。
※ 随時更新していきます。

キーバインド

Sublime Text Visual Studio Key Binding
Navigate to definition (Ctags) 定義に移動 Ctrl+Shift+.
Jump prev (Ctags) 表示::戻る Ctrl+Shift+,
Goto Anything 移動 Ctrl+P
Toggle Comment 選択範囲のコメント Ctrl+/
Toggle Comment 選択範囲のコメントを解除 Ctrl+Shift+/
Jump to Matching Bracket かっこに移動 Ctrl+M
fold アウトラインの展開/折り畳み Ctrl+Shift+[
unfold アウトラインの展開/折り畳み Ctrl+Shift+]
注釈

私はVisual Studioがすごいかどうかはよく分かってないです。勢いで使おうかと思っただけ。

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