Releases: renpy/vscode-language-renpy
Releases · renpy/vscode-language-renpy
2.0.4
What's Changed
- Default transforms missing from autocomplete list by @rdurfee in https://github.com/LuqueDaniel/vscode-language-renpy/pull/55
- fix: folding for label starting with a dot by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/53
- Ignore undefined warnings for Classes and Callables by @rdurfee in https://github.com/LuqueDaniel/vscode-language-renpy/pull/57
- Prepare 2.0.4 release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/59
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.3...v2.0.4
2.0.3
What's Changed
- Add some more highlighting by @multimokia in https://github.com/LuqueDaniel/vscode-language-renpy/pull/41
- Add highlighting for
extend
keyword - Change highlighting for label names
- Add highlighting for
- Add support for named stores by @rdurfee in https://github.com/LuqueDaniel/vscode-language-renpy/pull/40
- Fix syntax highlighting for self/cls so they are tokenized as keywords by @rdurfee in https://github.com/LuqueDaniel/vscode-language-renpy/pull/48
- Prepare 2.0.3 release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/49
New Contributors
- @multimokia made their first contribution in https://github.com/LuqueDaniel/vscode-language-renpy/pull/41
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.2...v2.0.3
2.0.2
What's Changed
- Improve folding function and grammar. by @joe69-96 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/32
- Add settings for diagnostic warnings by @rdurfee in https://github.com/LuqueDaniel/vscode-language-renpy/pull/35
- Diagnostic warnings can now be disabled for reserved variable names, invalid variable names, or invalid filenames.
- Reserved Ren'Py variables such as
_window_subtitle
no longer flag an error or warning - Variable names with numbers now highlight properly in Python functions
- Defined variables and persistents are now recognized without a compile by @rdurfee in https://github.com/LuqueDaniel/vscode-language-renpy/pull/37
- Prepare 2.0.2 release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/42
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.1...v2.0.2
2.0.1
What's Changed
- The extension now works with most features even when navigation.json is not found by @rdurfee in https://github.com/LuqueDaniel/vscode-language-renpy/pull/26
- Fixed missing command errors when navigation.json is not found by @rdurfee in https://github.com/LuqueDaniel/vscode-language-renpy/pull/26
- Warnings for undefined store variables can now be disabled by @rdurfee in https://github.com/LuqueDaniel/vscode-language-renpy/pull/26
- Hover documentation displays properly for python function defs spanning multiple lines by @rdurfee in https://github.com/LuqueDaniel/vscode-language-renpy/pull/26
- Completion now works properly with user-defined stores by @rdurfee in https://github.com/LuqueDaniel/vscode-language-renpy/pull/26
- Document Symbols (Outline) for Classes now display properties, fields, and methods by @rdurfee in https://github.com/LuqueDaniel/vscode-language-renpy/pull/26
- Fix variable parsing ending prematurely by @joe69-96 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/29
- Prepare 2.0.1 release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/30
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.0...v2.0.1
2.0.0
New features
- Implement VSCode providers by @rdurfee in https://github.com/LuqueDaniel/vscode-language-renpy/pull/21
- Extension Settings - Allows you to enable/disable certain new functionality
- Hover - Hovering over a keyword will display the selected item's source file/location as well as documentation if available
- Definition - Adds support for right-click Go To Definition (F12), which will jump to the selected keyword's source
- Document Symbols - Document Symbols are displayed in the Outline window in the sidebar
- Signature Help - Shows the documentation pop-up as you enter a function's arguments
- Completion - Displays a pop-up auto-complete menu with appropriate choices as you type your script
- Document Color - Displays a color block next to detected colors in your script and allows you to pick new colors with a click
- Reference - Adds support for Go To Reference, which searches your documents for the selected keyword
- Folding - Adds folding support to collapse logical sections of your script in the editor
- Semantic Tokens - Detects parameters and variables in screens and functions and colorizes them correctly
- Diagnostics - Adds support for the detection of issues with indentation or invalid filenames/variable names and marks them as errors or warnings in the editor
- Prepare 2.0.0 release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/23
New Contributors
- @rdurfee made their first contribution in https://github.com/LuqueDaniel/vscode-language-renpy/pull/21
Full changes: LuqueDaniel/vscode-language-renpy@v1.1.0...v2.0.0