From e6b516b7dd19597af52898fa71a63ec0ddf4ca62 Mon Sep 17 00:00:00 2001 From: Damien Fuzeau Date: Thu, 19 Oct 2023 13:24:57 +0200 Subject: [PATCH] Marketplace README update --- README.md | 32 ++------------------------------ editor/README.md | 29 +++++++++++++++++------------ editor/package.json | 2 +- 3 files changed, 20 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index 672d49a..388856b 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,4 @@ # 4D Analyzer -This extension provides support for the **[4D](https://www.4d.com/)** language. - -## Features - -* [Syntax Coloring](https://blog.4d.com/setting-up-code-syntax-highlighting-using-the-visual-studio-code-extension/) (v19 R6) -* [Signature helper](https://blog.4d.com/vs-code-go-to-definition-signature-help/) (v19 R7) -* [Go to definition](https://blog.4d.com/vs-code-go-to-definition-signature-help/) (v19 R7) -* [Auto completion](https://blog.4d.com/vs-code-extension-code-completion/) (v19 R8) -* [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 - -1. Install a **4D**, **4D Server** or **tool4d** application on your computer. **tool4d** free download links: [Windows](https://product-download.4d.com/release/20.x/20/latest/win/tool4d_v20.0_win.tar.xz), [macOS Intel](https://product-download.4d.com/release/20.x/20/latest/mac/tool4d_v20.0_mac_x86.tar.xz), [macOS Silicon](https://product-download.4d.com/release/20.x/20/latest/mac/tool4d_v20.0_mac_arm.tar.xz). -1. Install the 4D Analyzer extension in VS Code. -1. Set the path of the application executable to **4D-Analyzer.Server.path**. - -More information on installation in this [4D Blog post](https://blog.4d.com/a-brand-new-visual-studio-code-extension-at-your-disposal/). -All 4D Blog posts about this extension are available [here](https://blog.4d.com/tag/vscode/). - -## Configuration - -This extension provides configurations through VSCode's configuration settings. -All configurations are under __4d-analyzer.*__. - -See the VSCode manual for more information on specific configurations. - +This VS Code extension provides support for the **[4D](https://www.4d.com/)** language. +It is published in the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=4D.4d-analyzer). diff --git a/editor/README.md b/editor/README.md index ef46e81..672d49a 100644 --- a/editor/README.md +++ b/editor/README.md @@ -1,27 +1,32 @@ # 4D Analyzer -This extension provides support for the 4D language. +This extension provides support for the **[4D](https://www.4d.com/)** language. ## Features -* [Syntax Coloring](https://blog.4d.com/setting-up-code-syntax-highlighting-using-the-visual-studio-code-extension/) -* Signature helper -* Go to definition -* Hover -* Auto completion +* [Syntax Coloring](https://blog.4d.com/setting-up-code-syntax-highlighting-using-the-visual-studio-code-extension/) (v19 R6) +* [Signature helper](https://blog.4d.com/vs-code-go-to-definition-signature-help/) (v19 R7) +* [Go to definition](https://blog.4d.com/vs-code-go-to-definition-signature-help/) (v19 R7) +* [Auto completion](https://blog.4d.com/vs-code-extension-code-completion/) (v19 R8) +* [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 -1. Install a 4D or 4D Server if not already installed (at least a 19R6) -1. Install the 4D Analyzer extension. -1. Set the path of the executable to *4D-Analyzer.Server.path* +1. Install a **4D**, **4D Server** or **tool4d** application on your computer. **tool4d** free download links: [Windows](https://product-download.4d.com/release/20.x/20/latest/win/tool4d_v20.0_win.tar.xz), [macOS Intel](https://product-download.4d.com/release/20.x/20/latest/mac/tool4d_v20.0_mac_x86.tar.xz), [macOS Silicon](https://product-download.4d.com/release/20.x/20/latest/mac/tool4d_v20.0_mac_arm.tar.xz). +1. Install the 4D Analyzer extension in VS Code. +1. Set the path of the application executable to **4D-Analyzer.Server.path**. -More information on the [4D Blog](https://blog.4d.com/a-brand-new-visual-studio-code-extension-at-your-disposal/) +More information on installation in this [4D Blog post](https://blog.4d.com/a-brand-new-visual-studio-code-extension-at-your-disposal/). +All 4D Blog posts about this extension are available [here](https://blog.4d.com/tag/vscode/). ## Configuration This extension provides configurations through VSCode's configuration settings. -All configurations are under 4d-analyzer.*. +All configurations are under __4d-analyzer.*__. -See the manual for more information on VSCode specific configurations. +See the VSCode manual for more information on specific configurations. diff --git a/editor/package.json b/editor/package.json index 272d6bb..8dfc569 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.8", + "version": "0.1.9", "preview": true, "repository": { "type": "git",