You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: