You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realize that Godot uses C# and gdscript, which makes things tricky. I worry that this will be marked as off-topic due to it being another infrastructure and not nodejs, but I gotta ask anyway. Is it possible or me to have console-ninja when I'm writing in VSCode for gdscript?
Console Ninja relies on the ability to parse and modify your code as it loads into the runtime environment (in order to add the instrumentation that collects the data displayed in your editor - see https://github.com/wallabyjs/console-ninja?tab=readme-ov-file#how-does-it-work for more details). Unfortunately, it isn't clear this is possible in the Godot environment, so supporting it may not be a possibility.
Possibility aside, while we often think how great it would be to bring Ninja to other runtimes, we'd need to focus our efforts on large, popular enterprise runtimes / frameworks should we do so.
We're thrilled you like Console Ninja enough to ask, but unfortunately it's unlikely you'll see it supporting Godot.
Describe the feature you'd like.
I realize that Godot uses C# and gdscript, which makes things tricky. I worry that this will be marked as off-topic due to it being another infrastructure and not nodejs, but I gotta ask anyway. Is it possible or me to have console-ninja when I'm writing in VSCode for gdscript?
Links
The text was updated successfully, but these errors were encountered: