v0.2.3
Improved indexing quality
Previously, scip-dotnet didn't correctly index the following language features:
- C# and VB queries:
from a in b - C# local functions:
string GetWorld() => "world";inside a function body - C# foreach:
foreach ((int firstName, int lastName) in names)
Massive thanks to @sagi1623 for fixing all of these issues 🙏🏻
- Add support for queries in both C# and VbNet by @sagi1623 in #36
- Add support for local function indexing in C# by @sagi1623 in #37
- Add support for Foreach statement in C# by @sagi1623 in #35
What's Changed
Full Changelog: v0.2.2...v0.2.3