Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielyxie committed Jan 13, 2020
1 parent c457f36 commit 0ce7e31
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,21 @@ Forked from [https://github.com/benblank/kolmafia-ash](https://github.com/benbla

## Features

* Syntax Highlighting
* Hover tooltips for ASH functions
* Autosuggest & completion for ASH functions
* Symbol Definitions
* More to come...maybe...
* **Syntax Highlighting**

![Syntax Highlighting](images/syntax-highlighting.png)

* **Autosuggest & completion for ASH functions**

![Autosuggest & completion](images/autosuggest_completion_feature_example.gif)

* **Hover tooltips for ASH functions**

![Hover Tooltip](images/hover_tooltip_feature_example.gif)

* **Symbol Definitions**

![Symbol definition](images/symbol_definition_feature_example.gif)

## Known Issues/Limitations

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hover_tooltip_feature_example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/symbol_definition_feature_example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion 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 @@ -2,7 +2,7 @@
"name": "vscode-kolmafia-ash",
"displayName": "KoLmafia ASH++",
"description": "KoLmafia ASH language extension that provides basic syntax highlighting and programmatic language features",
"version": "0.3.0",
"version": "0.4.0",
"engines": {
"vscode": "^1.41.0"
},
Expand Down

0 comments on commit 0ce7e31

Please sign in to comment.