From d4e2d19d7e3814cb25dcd56c9d5165e2309e4613 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Fri, 14 Feb 2020 14:08:21 +0100 Subject: [PATCH] docs: VS Code plugins and config autocompletion fix #7884 --- docs/pages/resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/resources.md b/docs/pages/resources.md index 9d04ab8c..f15684e6 100644 --- a/docs/pages/resources.md +++ b/docs/pages/resources.md @@ -20,6 +20,7 @@ some of the most popular Jekyll resources. ## Editors +- Visual Studio Code has [various jekyll related plugins](https://marketplace.visualstudio.com/search?term=tag%3Ajekyll&target=VSCode&category=All%20categories&sortBy=Installs) and supports [autocompletion for configuration file](http://json.schemastore.org/jekyll). - [jekyll-atom](https://atom.io/packages/jekyll): A collection of snippets and tools for Jekyll in Atom - [markdown-writer](https://atom.io/packages/markdown-writer): An Atom package for Jekyll. It can create new posts/drafts, manage tags/categories, insert link/images and add many useful key mappings. - [sublime-jekyll](https://github.com/23maverick23/sublime-jekyll): A Sublime Text package for Jekyll static sites. This package should help creating Jekyll sites and posts easier by providing access to key template tags and filters, as well as common completions and a current date/datetime command (for dating posts). You can install this package manually via GitHub, or via [Package Control](https://packagecontrol.io/packages/Jekyll).