Open richardpawson opened 3 weeks ago
Now #837 is implemented, we are getting to:
But it looks to me like the completion is coming from the node from TypeGenericNode rather than TypeFuncNode - which should have precedence.
TypeGenericNode
TypeFuncNode
Now #837 is implemented, we are getting to:
But it looks to me like the completion is coming from the node from
TypeGenericNode
rather thanTypeFuncNode
- which should have precedence.