Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
penev92 committed Oct 22, 2022
1 parent acdda22 commit b58215e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ Parsing:
This is a rough list of features and some of them may get dropped as inapplicable.

- [X] Hover
- [X] Goto Definition
- [X] Goto/Peek/Find Definition/Declaration/Implementations
- [ ] Find All References
- [X] Auto Completion
- [X] IntelliSense
- [ ] Rename
- [ ] Document Symbols
- [X] Document Symbols
- [X] Workspace Symbols
- [X] Syntax Highlight
- [ ] Rename
- [ ] Diagnostics
- [ ] Syntax Check
- [ ] Code Action
Expand Down
10 changes: 10 additions & 0 deletions clients/oraide-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to the "oraide" extension will be documented in this file.

## 0.6.0 - 2022.10.23

- OpenRA Mod support:
- Added support for mod (and map) SpriteSequence definitions.
- Added missed cases to the Palette support.
- Language server:
- Added Hover info on node removal.
- Fixed comments causing exceptions.
- Improved parsing of class/field/property descriptions from code.

## 0.5.5 - 2022.09.25

- VSCode integration:
Expand Down
3 changes: 1 addition & 2 deletions clients/oraide-vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ This extension contributes the following settings:

### Known issues

- Currently only parsing code symbols from C# files is supported. Decompiling game binaries and reading trait information from a static file are not yet implemented.
- The hover tooltip links to the online documentation may or may not work depending on your local version of OpenRA, as the links are never checked for validity and they always target the current release's documentation.
- Neither hovering/navigation nor autocomplete work very well for traits that match other traits' names from other namespaces.
- Support for GoToReferences/FindAllReferences currently only works for traits.

- As of 16.08.2022 a VSCode update broke something about Ctrl+hovering over symbols, defined in an unopened file. I currently have no idea what's going on or how to fix it.
- Hover and GoTo don't work for sequences that are inherited by another image. Only for sequences defined on the referenced image.

**Enjoy!**

Expand Down
2 changes: 1 addition & 1 deletion clients/oraide-vscode/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 clients/oraide-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"yaml",
"miniyaml"
],
"version": "0.5.5",
"version": "0.6.0",
"publisher": "openra",
"private": false,
"icon": "images/icon.png",
Expand Down

0 comments on commit b58215e

Please sign in to comment.