intel / intel/dml-language-server
Suggest fixes for failing name lookups
Open
enhancement
Medium Priority
- Dominant language
- Rust
- Stars
- 9
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
For example, when referring to a variable that does not appear in the analyzed scope, give suggestions for other symbols in the scope that appear similar.
Open questions;
* What string distance algorithm to use
* Should this be done during device analysis (my intuition is that this operation is optional and potentially very expensive)
* Should people be able to turn off this feature
Contributor guide
Assessment
This issue has not been assessed yet.