From f2d64af2fc860f39f92e769edf03b87a1575051d Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Tue, 16 Apr 2024 22:36:40 +0200 Subject: [PATCH] chore: Add features list --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index dd5afd9..6a71b72 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ ⚙ Automatically builds upon updates in the upstream VSCode extension through Github Actions. +## Features + +* Code completion for all variables, functions, global parameters and unique types for tact +* Code completion for all contracts / libraries in the current file and all referenced imports +* Error highlighting +* Additional information by hover event (very scarce) + ## Known issues * Formatter from the Tact's [VSCode extension](https://github.com/tact-lang/tact-vscode) is not a part of language server implementation (i.e. not in `server.ts`), and therefore it's unaccessible in such re-packaged form.