sourcegraph / scip-dotnet

SCIP indexer for the C# programming language. Built with the Roslyn .NET compiler
Apache License 2.0
12 stars 2 forks source link

Add support for local function indexing in C# #37

Closed sagi1623 closed 1 year ago

sagi1623 commented 1 year ago

Hello @olafurpg, I realized that local functions are not indexed for C#, so added support for it. Please take a look once you have some time. Thank you in advance!