Open tkutz opened 5 years ago
I took a look into this but it seems to be trickier than I thought. When having typed mysensor01.
and pressing [ctrl+space] after the dot, I end up in the scoping rule for ElementReferenceExpression_reference
which is clear so far. However, the feature call owner mysensor01
does not refer to a Sensor type; it refers to a TypeKind
. I find that quite confusing, as it also breaks hyperlinking.
Working branch is "334-scoping"
Current behavior:
The content assist shows too many elements. Selecting the wrong ones results in compilation errors.
Expected behavior:
Only elements that are relevant in the corresponding context should be provided.
List of issues: