:jp: 日本語
- vscodeで枠線付きのコメントを生成します
- 次の2種類のコメントが生成できます
- ラインコメントによる区切り線
- ブロックコメントによる枠線つきコメント
:white_check_mark: インストール方法 (VSIX)
- Releases >
Assets より最新のvsixをダウンロード
- vscodeを起動 > 拡張機能タブを開く
- 右上
・・・ ボタン > VSIXからのインストール
- ダウンロードしたVSIXを選択しインストール
:memo: 使い方
- スニペット等はデフォルトの値が示されていますが,設定に従って変更することができます
1. ラインコメント
---任意のコメント任意のコメント任意のコメント--- と入力します
- 補完候補
Generate oneline comment が表示されたらEnterを押します
- (vscodeの仕様上,言語によってはSpaceを押してからEnterを押さないと反応しません)
2. ブロックコメント
===任意のコメント任意のコメント任意のコメント=== と入力します
- 補完候補
Generate multi-line comment が表示されたらEnterを押します
- (vscodeの仕様上,言語によってはSpaceを押してからEnterを押さないと反応しません)
:wrench: 設定
ctrl + , (デフォルト)で設定を開きます
- 検索窓に
commentBox を入力すると設定が出ます
- CONFIG.mdにしたがって設定を変更できます
:beginner: 免責事項
- 実務未経験のガキンチョが作りました
- ので,使用する場合自己責任での使用をお願いします
:us: English (By translator)
:white_check_mark: Installation (VSIX)
- Go to Releases and download the latest
.vsix from Assets
- Open VSCode and go to the Extensions tab
- Click the
... button at the top right > Install from VSIX...
- Select the downloaded VSIX file to install
:memo: Usage
- The default snippet values can be customized according to the Settings
- Type
---your comment your comment your comment---
- When the completion suggestion
Generate oneline comment appears, press Enter
- (Due to vscode specifications, some languages do not respond unless Space is pressed and then Enter is pressed.)
- Type
===your comment your comment your comment===
- When the completion suggestion
Generate multi-line comment appears, press Enter
- (Due to vscode specifications, some languages do not respond unless Space is pressed and then Enter is pressed.)
:wrench: Settings
- Open settings with
Ctrl + , (default)
- Search for
commentBox in the search bar
- You can customize settings according to CONFIG.md
:beginner: Disclaimer
- This extension was made by an inexperienced hobbyist
- Please use it at your own risk
| |