Skip to content

Commit

Permalink
chore: Add features list
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota committed Apr 16, 2024
1 parent f676431 commit f2d64af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f2d64af

Please sign in to comment.