Open beistehen opened 2 years ago
this is a known behaviour and currently not clear how to support this lookup onto the not first model in a line.
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 successful