Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コードブロックの b-space を押すと、次のようになります。
{ (cursor here) }
これを達成するにはどうすればよいですか?ありがとう。
Tools/Options/Editor/Code Templatesに移動します。文字 b の新しいテンプレートを作成し ( New、 type b、Ok )、Expanded Textに次のように入力します。
{ ${cursor} }
最後に、Expand Template onをSpaceに設定します。
ちなみに、{ を押してエンターを押すと、同じ動作が得られます。