...
This commit is contained in:
@@ -55,21 +55,6 @@ internal class DefinitionHandler(WorkspaceManager workspaceManager) : Definition
|
||||
|
||||
return null;
|
||||
}
|
||||
case ModuleFuncIdentifierNode funcIdentifierNode:
|
||||
{
|
||||
// var prototype = compilationUnit
|
||||
// .ImportedFunctions
|
||||
// .Where(x => x.Key.Value == funcIdentifierNode.ModuleToken.Value)
|
||||
// .SelectMany(x => x.Value)
|
||||
// .FirstOrDefault(x => x.NameToken.Value == funcIdentifierNode.NameToken.Value);
|
||||
//
|
||||
// if (prototype != null)
|
||||
// {
|
||||
// return new LocationOrLocationLinks(prototype.ToLocation());
|
||||
// }
|
||||
|
||||
return null;
|
||||
}
|
||||
default:
|
||||
{
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user