差分
この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン | |||
ツール:visual_studio_code_vscode [2022/03/16 09:49] mumeiyamibito |
ツール:visual_studio_code_vscode [2022/03/16 10:28] (現在) mumeiyamibito [括弧やクォーテーションの補完] |
||
---|---|---|---|
ライン 100: | ライン 100: | ||
==== 括弧やクォーテーションの補完 ==== | ==== 括弧やクォーテーションの補完 ==== | ||
* デフォルトでも有効になっているが、一部の括弧やクォーテーション記号には対応していない場合、''/usr/share/code/resources/app/extensions/markdown/language-configuration.json'' の ''surroundingPairs'' に、補完したい記号を追加する。 | * デフォルトでも有効になっているが、一部の括弧やクォーテーション記号には対応していない場合、''/usr/share/code/resources/app/extensions/markdown/language-configuration.json'' の ''surroundingPairs'' に、補完したい記号を追加する。 | ||
- | * 参考サイト: [[https://www.reddit.com/r/vscode/comments/6y0waa/how_to_enable_automatic_quote_wrapping_when/ | How to enable automatic quote wrapping when pressing " or ' with selected text in Markdown and text files? : vscode]] | + | * 2022/03/16 現在、パスが以下のように変更されている。 |
+ | * Linux: ''/usr/share/code/resources/app/extensions/markdown-basics/language-configuration.json'' | ||
+ | * Windows: ''$InstallDir\resources\app\extensions\markdown-basics\language-configuration.json'' (ユーザインストールの場合、''$InstallDir'' は ''C:\Users\USERNAME\AppData\Local\Programs\Microsoft VS Code'') | ||
+ | * 参考サイト: | ||
+ | * [[https://www.reddit.com/r/vscode/comments/6y0waa/how_to_enable_automatic_quote_wrapping_when/ | How to enable automatic quote wrapping when pressing " or ' with selected text in Markdown and text files? : vscode]] | ||
+ | * [[https://qiita.com/BlueSilverCat/items/c245bd098396dc2eb656 | VS Codeの設定: 括弧と引用符の自動補完について - Qiita]] | ||
==== ターミナルとエディタ間のフォーカスの移動ショートカット ==== | ==== ターミナルとエディタ間のフォーカスの移動ショートカット ==== |