0
\$\begingroup\$

Godot offers the CodeEdit node that lets users write code during runtime.

I want to:

  1. Offer GDScript LSP-features inside the CodeEdit
  2. Interpret the written code as GDScript
  3. Check if a class was defined within the user code
  4. Check if that class inherits from "Node"

How would I go about that?

\$\endgroup\$

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.