**Current behavior:** <!-- Describe how the bug manifests. --> The content assist shows too many elements. Selecting the wrong ones results in compilation errors. **Expected behavior:** <!-- Describe what the behavior would be without the bug. --> Only elements that are relevant in the corresponding context should be provided. **List of issues:** - [ ] In event handler code, feature call on sensor should only show modalities - [ ] Feature call on variable should only show type members and available extension methods - [ ] Feature call on modality should only show type members and available extension methods - [x] Content assist for setup block should filter for imported platforms
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: