Skip to content

Commit

Permalink
release: Release hover
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Feb 19, 2024
1 parent a4ab617 commit b20b9cf
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.5.0

Add hover.


## v1.4.0

Add signature help.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Visual Studio Code extension for ProVerif files (.pv, .pvl, .pcv).

Functionality:
- Highlights the first syntax errors ProVerif finds with the corresponding error. For libraries, see below.
- Hover over an identifier to learn more about it.
- Press `CTRL` and click on an identifier to navigate to its definition or find all references of the definition.
- Press `F2` to rename an identifier.
- Press `CTRL`+`SHIFT`+`Space` to show signature help (automatically shown when typing `(`)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "ProVerif",
"icon": "img/icon.png",
"license": "MIT",
"version": "1.4.0",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "https://github.com/ProVerif/vscode-proverif-language-service"
Expand Down
4 changes: 2 additions & 2 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-proverif-server",
"description": "Language support for the ProVerif language - server",
"author": "ProVerif",
"version": "1.4.0",
"version": "1.5.0",
"license": "MIT",
"engines": {
"node": "*"
Expand Down

0 comments on commit b20b9cf

Please sign in to comment.