From 737fece0ba2395e8b7bf5af6dbbc58400bb68a74 Mon Sep 17 00:00:00 2001 From: Paulius <36190136+PauliusKu@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:01:00 +0200 Subject: [PATCH] Update README.md --- README.md | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 01abd55..0398d55 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ This extension uses tree-sitter-abl implementation by Kamil Jakubus. TODO: add l ## Current status -This is an early preview. Currently, the formatter is not ready for the public release. You can only download it here and install from **vsix** file. In a few months we should be able to release it to the marketplaces. +This is an early preview. Currently, the formatter is not ready for the public release. You can only download it here and install from **vsix** file. +**Planned release date: 2025-01** TODO: Add gif here @@ -14,21 +15,35 @@ TODO: Add gif here At the moment we implemented formatting logic for these language features: -- Code blocks -- ASSIGN -- CASE -- DEFINE -- FOR -- IF statement -- IF function -- USING +- Assign +- block +- body +- case +- define +- enum +- find +- for +- functionParameter +- if +- ifFunction +- procedureParameter +- property +- tempTable +- using +- variableDefinition ## Configuration We implemented extensive settings configuration to allow users to easly tailor the experience to their needs. This might not be the case in the future. +### Settings + +### Formatting on save + TODO: link a separate file with settings + + ## Installation Download the extension **vsix** file from GitHub repository and install it on your machine.