Auto Detect type of concept Permanently deleted user Created July 20, 2017 17:26 I have simple concept, with only one property "value: integer" I'd like to auto detect this concept in editor when I just type a number, without using alias
For such editor "magic", you need to employ the Menu Transform language. You can have a look at the languagePatterns sample project, namely "default substitute menu for AbstractRequestDescription".
Vaclav
Thanks a lot for an answer and for your MPS lessons!