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.
崇高なテキスト 2 を含む HTML ドキュメントで script タグを開くと、type="text/javascript" が自動的に追加されますが、HTML5 仕様では必要ないため、必要ありません。これをやめさせるにはどうすればよいですか?
設定メニュー -> パッケージを参照 -> HTMLファイルを参照 ->任意のテキストエディタでhtml_completions.pyを開く ->行を置換
("script\tTag", "script type=\"${1:text/javascript}\">$0</script>"),
と
("script\tTag", "script>$0</script>"),