From dafe7ee957a650f172dcfe9793fb42474464ea79 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 5 Jan 2019 22:10:32 +0900 Subject: [PATCH] Add Visual Studio Code plug-ins * add Visual Studio Code plugin, Hugo Helper * add Visual Studio Code plugin, Hugo Language and Syntax Support * Fix comment for Hugo Language and Syntax Support --- content/en/tools/editors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/tools/editors.md b/content/en/tools/editors.md index 419a2a04c..f0d82d65d 100644 --- a/content/en/tools/editors.md +++ b/content/en/tools/editors.md @@ -27,6 +27,8 @@ The Hugo community uses a wide range of preferred tools and has developed plug-i ## Visual Studio Code * [Hugofy](https://marketplace.visualstudio.com/items?itemName=akmittal.hugofy). Hugofy is a plugin for Visual Studio Code to "make life easier" when developing with Hugo. The source code can be found [here](https://github.com/akmittal/hugofy-vscode). +* [Hugo Helper](https://marketplace.visualstudio.com/items?itemName=rusnasonov.vscode-hugo). Hugo Helper is a plugin for Visual Studio Code that has some useful commands for Hugo. The source code can be found [here](https://github.com/rusnasonov/vscode-hugo). +* [Hugo Language and Syntax Support](https://marketplace.visualstudio.com/items?itemName=budparr.language-hugo-vscode). Hugo Language and Syntax Support is a Visual Studio Code plugin for Hugo syntax highlighting and snippets. The source code can be found [here](https://github.com/budparr/language-hugo-vscode). ## Emacs