conjure
conjure copied to clipboard
IDE - Type querying for hovers in VSCode Extension
We could have a mode:
conjure ide --getType model.essence <nameOfType>
That could return the type of a decision variable within the model:
"set of set of int(1..10)"
Is this close enough to what you want @Revilotom?
See the example in the above commit. It's towards the end.
@ozgurakgun This doesn't seem to include lettings? Is this on purpose?
This should be better, see the example in the commit.
ditto #417
We will add a textual description field to be used by the IDE for hovers. And a isValidEssence boolean field to say whether the description is intended to be valid Essence (and hence should be highlighted as E) or not.