Skip to content

Commit

Permalink
Generate VSCode snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
knshnb committed Nov 20, 2019
1 parent 707b4b3 commit 7d49a00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "vscode_snippet_generator"]
path = vscode_snippet_generator
url = [email protected]:knshnb/vscode_snippet_generator.git
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
```bash
$ clang-format -style=file -i {ファイルへのパス(*/*.cppで全てのファイル)}
$ python3 vscode_snippet_generator/parser.py src
$ mv cpp.json ~/dotfiles/cpp.json
```
1 change: 1 addition & 0 deletions vscode_snippet_generator

0 comments on commit 7d49a00

Please sign in to comment.