Filter IntelliSense completions by declaration type
Open
enhancement
- Dominant language
- Bicep
- Stars
- 3.6k
- Forks
- 830
- Avg merge
- 1d 21m
- Merged PRs (30d)
- 79
Description
We should not be suggesting the concat() function if the contextual/declared type at the current position is not `string` or one of its subtypes.
Contributor guide
Research direction
Start by tracing the IntelliSense completion path for concat() and how it reads the contextual or declared type. Confirm the current suggestions in string and non-string positions, then make the behavior match the stated rule and add or update coverage for those contexts if the relevant tests are found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100