Skip to content

duckdoom4/vscode-language-renpy

This branch is 1 commit ahead of, 460 commits behind renpy/vscode-language-renpy:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 9, 2022
Sep 25, 2021
Oct 10, 2021
May 15, 2018
Jun 27, 2022
Oct 25, 2021
Aug 12, 2021
May 15, 2018
Sep 25, 2021
May 2, 2022
Aug 14, 2019
Oct 16, 2021
May 15, 2018
Apr 6, 2022
Mar 23, 2022
Aug 12, 2021
Mar 21, 2021
May 2, 2022
May 2, 2022
May 15, 2018
May 15, 2018

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.

  • Visual Studio Marketplace Version Visual Studio Marketplace Rating Visual Studio Marketplace Installs
  • Open VSX Version Open VSX Rating Open VSX Downloads

Grammar and snippets converted from Ren'Py language support in Atom

Feel free to contribute, fork this and send a pull request. πŸ˜„

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.

Integrate VSCode as code editor in Ren'Py

You can copy the Visual Studio Code.edit.py file that is available at the root of this repository to the root of your project directory. This will add VSCode (or VSCodium) to the list of text editors in Ren'Py.

Thanks To

About

Ren'Py extension for Visual Studio Code

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Python 1.0%