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
This and #27 look quite similar to me. Like 'is this line starting with IMPORTS, then do the lookup using the selected text as model name' (and therefore ignore everything between IMPORTS and the selected text)?
INTERLIS IMPORTS can be written in one line with the model names separated by commas, like
IMPORTS model_A,model_B,model_C,model_D;
With v0.1.6 I see the following behaviour:
model_A
) the lookup is successfulmodel_A,
so thatmodel_B
is next to the IMPORTS statement the lookup ofmodel_B
is now successfulThe text was updated successfully, but these errors were encountered: