Import concepts from other language?
I tried to create two languages ("a" and "b") and declare concept "A" in "a" and concept "b" in "B". Then I tried to make "B" extend "A", but autocompletion does not suggest "A" . I've tried to add "a" to imported models of "b" or "b.structure" but to no avail...
Could you point out what I am doing wrong?
Please sign in to leave a comment.
May be it is because you didn't added model root with models from first language to second. You can do it in model/solution properties. Copy model root from first language to second and everything should work ok