diff --git a/README.md b/README.md index 30f6d90..672d49a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ This extension provides support for the **[4D](https://www.4d.com/)** language. * [Document syntax checking](https://blog.4d.com/new-vs-code-editor-features-with-4d-v20/) (v20) * [Code Folding](https://blog.4d.com/new-vs-code-editor-features-with-4d-v20/) (v20) * [Indentation](https://blog.4d.com/new-vs-code-editor-features-with-4d-v20/) (v20) +* [Code formatting](https://blog.4d.com/format-your-4d-code-in-visual-studio-code/) (v20 R2) +* [Show Documentation](https://blog.4d.com/vs-code-extension-show-4d-documentation/) (v20 R3) ## Quick start diff --git a/editor/package.json b/editor/package.json index 3e7a539..272d6bb 100644 --- a/editor/package.json +++ b/editor/package.json @@ -5,7 +5,7 @@ "license": "4D", "publisher": "4D", "icon": "images/4D-icon.png", - "version": "0.1.7", + "version": "0.1.8", "preview": true, "repository": { "type": "git",