Revert "vscode project snippets without the need for an extension"

This reverts commit bdc03b9a6f.
pull/1/head
Victor Lupu 8 years ago
parent bdc03b9a6f
commit bcb0c7a06b

@ -90,13 +90,13 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
## Snippets for Visual Studio Code ## Snippets for Visual Studio Code
Because the PlantUML support inside of Visual Studio Code is excellent with the [PlantUML extension](https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml), you can also find VS Code snippets for C4-PlantUML at [.vscode/C4.code-snippets](.vscode/C4.code-snippets). Because the PlantUML support inside of Visual Studio Code is excellend with the [PlantUML extension](https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml), you can also find VS Code snippets for C4-PlantUML at [.vscode/snippets/diagram.json](.vscode/snippets/diagram.json).
Project level snippets are now supported in [VSCode 1.28](https://code.visualstudio.com/updates/v1_28#_project-level-snippets).
Just include the `C4.code-snippets` file in the `.vscode` folder of your project.
It is possible to save them directly inside VS Code: [Creating your own snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_creating-your-own-snippets). It is possible to save them directly inside VS Code: [Creating your own snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_creating-your-own-snippets).
Or you can use the [Project Snippets extension](https://marketplace.visualstudio.com/items?itemName=rebornix.project-snippets).
Now it is possible to have workspace/project level code snippets.
![C4-PlantUML Snippets Video](images/vscode_c4plantuml_snippets.gif) ![C4-PlantUML Snippets Video](images/vscode_c4plantuml_snippets.gif)
## Layout Options ## Layout Options

Loading…
Cancel
Save