I kept running into limitations with existing Ren’Py VS Code extensions - mainly not being able to jump to definitions properly or catch missing image references.
So I built my own, based on a proper language server.
It lets you jump to labels/images/screens, detects missing references, and has reliable completions that actually work.
Originally just for my own workflow, but it grew into something more complete - sharing it here in case it’s useful to other VN devs. Feedback welcome, I’m actively improving it!
Link: https://marketplace.visualstudio.com/items?itemName=adiffx.renpy-language-support

