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.
キーボードショートカットctrl++は、次の形式でコメントを生成しますshift。/
/*comment*/
アスタリスクの前後にスペースを追加するようにショートカットを変更するにはどうすればよいですか?
/* comment */
どうもありがとう!
ctrlコードフォーマット( + shift+ )を再適用することはできますが、スペースを使用して再フォーマットすることはできませんf。
値をフォーマットするには、次のことを試してください。
Ctr+ Shift+F
これがお役に立てば幸いです。