intel/dml-language-server

Suggest fixes for failing name lookups

JonatanWaern opened this issue · 0 comments

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