Skip to content

Releases: renpy/vscode-language-renpy

2.0.4

14 Nov 18:02
3ae5dc1
Compare
Choose a tag to compare

What's Changed

Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.3...v2.0.4

2.0.3

03 Nov 18:24
a996d21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.2...v2.0.3

2.0.2

25 Oct 12:47
47c05bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.1...v2.0.2

2.0.1

19 Oct 15:59
00f49c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.0...v2.0.1

2.0.0

16 Oct 17:46
f6f4743
Compare
Choose a tag to compare

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

Full changes: LuqueDaniel/vscode-language-renpy@v1.1.0...v2.0.0

1.1.0

13 Aug 17:18
febc2c1
Compare
Choose a tag to compare

Features

Fixes

  • fixed keyword highlighted when using snake case [#19] (65dc0f3)

v1.0.8

12 Aug 08:31
b51f7bf
Compare
Choose a tag to compare

Fixes

  • Fixed extension's icon [#17]

Dependencies

  • Bump path-parse from 1.0.6 to 1.0.7 [#16]

1.0.7

29 Mar 10:10
5c8d0b7
Compare
Choose a tag to compare
  • Add Python-like custom folding markers (#12 )
  • Migrate from node to node-test
  • Fix npm errors and vulnerabilities
  • Upgrade packages.