Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marketplace README update #19

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 2 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
29 changes: 17 additions & 12 deletions editor/README.md
Original file line number Diff line number Diff line change
@@ -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.

2 changes: 1 addition & 1 deletion editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down