2
0

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

vscodeでコードフォーマットせずに保存するんだ!(自動フォーマットはONだけど)

Last updated at Posted at 2021-07-13

どうも、最近Vueメインのしゅーいっちです。

タイトルは釣りです。「そうしろ」というわけではなくその方法です。最初は「vscodeでフォーマットせずに保存する方法」というタイトルだったんですが、勢いをつける過程で最後の部分を変えたら今のタイトルになりました。

遠く離れた異国のチーム内に違うコードフォーマット様式の人がいる場合があります。設定ファイルのおかげでvueファイルとかがずれることはほぼないのですが、素のjsやmdファイルとかずれてしまうこの頃です。

そういうファイルは必要なところだけ触ってそっと閉じておきたい。でも基本的には保存時に自動フォーマットをしたい。そういう状況です。

cmd + k そして s

sを押す前にcmd + kは離します。)

以上になります。

参照: https://til.hashrocket.com/posts/xxh30emyqg-save-without-formatting-in-vscode

追記: あまりにも不親切な気がしたのでタイトルに注釈を追加。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?