Skip to content

renpy/vscode-language-renpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e1f262a Â· Aug 15, 2024
Jul 29, 2024
Jul 11, 2024
Jul 13, 2024
Jul 12, 2024
Jul 8, 2024
Jul 11, 2024
Jul 14, 2024
Jul 14, 2024
Apr 29, 2022
Jul 10, 2024
Aug 12, 2021
Jun 2, 2023
Jun 2, 2023
Aug 29, 2022
Jul 30, 2024
Aug 14, 2019
Jul 10, 2024
Jul 8, 2024
Aug 3, 2024
Jun 13, 2023
May 30, 2022
Aug 12, 2021
Jul 11, 2024
Jul 30, 2024
Jul 30, 2024
Jun 7, 2022
Jul 12, 2024
Jun 14, 2023
Jul 12, 2024

Repository files navigation

Ren'Py Language for Visual Studio Code

An extension that adds rich support for the Ren'Py programming language to Visual Studio Code.

Snippets converted from Ren'Py language support in Atom

Feel free to contribute, fork this and send a pull request. 😄

Building

To build and run the extension locally, see this section on the contributing page.

Features

Syntax Highlighting

syntax

The syntax highlight depending on the syntax theme used. In this case One Dark Pro.

Snippets

snippets

Completion

completion

Displays a pop-up auto-complete menu with context-appropriate choices as you type your script or enter screen properties.

Document Color

colors

Displays a color block next to detected colors in your script and allows you to pick new colors with a click.

Hover

hover

Hovering over a Ren'Py or user-defined keyword will display the selected item's source file/location as well as documentation if available. Clicking the filename location will jump to that document and position.

Go To Definition

Adds support for right-click Go To Definition (F12), which will jump to the selected keyword's source.

Signature Help

Shows the documentation pop-up as you enter a function's arguments.

Diagnostics

diagnostics

Adds support for detection of issues with indentation or invalid filenames/variable names and marks them as errors or warnings in the editor.

Document Symbols

Document Symbols are displayed in the Outline window in the sidebar.

Thanks To