Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
5nord committed Nov 11, 2024
1 parent b2a484d commit 88c5902
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[![](https://aka.ms/vsls-badge)](https://aka.ms/vsls-gitlens)


# TTCN-3 for Visual Studio Code

<img width="40%" align="right" src="images/highlight.png"/>
Expand All @@ -15,7 +12,6 @@ to Visual Studio Code. Available features:
* Jump to Definition for quick navigation.
* Code completion for a growing number of module defintions.
* Find references
* CodeLens for running tests from inside your IDE (experimental).
* Semantic highlighting (experimental).
* Automatic formatting (experimental).
* And more features to come...
Expand All @@ -27,15 +23,6 @@ and [star it on GitHub](https://github.com/nokia/vscode-ttcn3 'Star it on GitHub
<br clear="right"/>


## IntelliSense

IntelliSense is powered by the [ntt language server](https://nokia.github.io/ntt).
Enable the TTCN-3 language server to use IntelliSense features. ntt updates and installs automatically.


<img src="images/vscode-ttcn3-settings.png"/>


## Work in Progress

This extension and the language server is still work in progress. Not all
Expand Down
Binary file removed images/vscode-ttcn3-settings.png
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Rich TTCN-3 language support for Visual Studio Code",
"publisher": "Nokia",
"preview": true,
"version": "0.9.0",
"version": "0.10.0",
"license": "BSD-3-Clause",
"engines": {
"vscode": "^1.67.0"
Expand Down

0 comments on commit 88c5902

Please sign in to comment.