独自のvscodeスニペットを作成する


独自のvscodeスニペットを作成する


スニペットはすぐにコードを作成するための非常に便利ですが、それは1つを作るには、より素晴らしい知っていますか?

独自のスニペットをvscode


1. Open VsCode and type
Press Ctrl + Shift + P to Open Command Palette in VsCode.
1. type Configure User Snippets
💥 エンター
1. type Select the language you want to create snippets for
  • Java
  • Javascript
  • Python
  • CSS
    ……
    JavaScriptを入力しましょう.

  • {
        // ↓ this is name of snippet
        "Print to console": {
            // ↓ this is prefix the command will be typed to use it.
            "prefix": "log",
            //  ↓ this is the snippet itself, body of the snippet
            "body": [
                //  $1 is the placeholder for the first argument, $number defines tabindex for the snippet.
                "console.log('$1');",
                "$2"
            ],
            //  ↓ this is the description of the snippet.
            "description": "Log output to console"
         }
    }
    
    1. type Save the snippet/ Close the file.
    
    
    1. Make a file index.js
    2. use the prefix to type the snippet.
    3. type log and hit enter.

    また、あなたのスニペットに追加変数として、あなたのスニペットにファイル名、folderName、カーソルの位置のような機能を追加することができますて


    vscode snippets docsからsnippetsのより多くの変数を読んでください。


    あなたがこれでつくるつもりであるスニペット


    読書ありがとう.
    共有みんなとあなたのスニペット.
    閉じるこの動画はお気に入りから削除されています.
    🤝🏾接続してください
    Twitter🕊️
    ギタブ🐧 @theabhayprajapati
    リンケディン📌
    YouTube📺