(cut from LanguageServer as it seems that this is where this belongs)
In this code:
using ModelingToolkit
@parameters param1,param2
param1 and param2 are undefined. In fact, at that line it returns a "Missing Reference".
I thought there could be a few options, first a better "macro walk" where macros should be evaluated by source, or a hard definition (mark @parameters...etc as "definers").
(cut from LanguageServer as it seems that this is where this belongs)
In this code:
param1andparam2are undefined. In fact, at that line it returns a "Missing Reference".I thought there could be a few options, first a better "macro walk" where macros should be evaluated by source, or a hard definition (mark
@parameters...etc as "definers").