【visual studio codeバージョン】
1.2.1
【現在の状態】
以下はvisual studio codeショートカットキーエディタから引用
json
{ "key": "shift+alt+f", "command": "editor.action.format", "when": "editorTextFocus" },
以上のエディタにあるshift+alt+fのショートカットキーを何度試してもコード整形されません。
・ソースファイルにカーソルをおいて、shift+alt+fショートカットキー押しても何も変わらない。
・ソースファイルすべて選択(ctrl+a)を押してから、shift+alt+fショートカットキー押しても何も変わらない。
【質問】
以上の状況から何か原因がわかる方、ご教授お願いします。
【追記】
html
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf8"> </head> <style type="text/css"> h1{ text-align: center; margin-top: 100px; } </style> <body> <h1>senpai,notice me!</h1> </body> </html>
まだ回答がついていません
会員登録して回答してみよう