tgjones / HlslTools

A Visual Studio extension that provides enhanced support for editing High Level Shading Language (HLSL) files
http://timjones.io/blog/archive/2016/04/25/hlsl-tools-for-visual-studio-v1.0-released
Other
565 stars 97 forks source link

GoToDefinition Is not working for large number of files #261

Open ShilpaMithur opened 9 months ago

ShilpaMithur commented 9 months ago

HI, If i create definition in one file and implementation in another .The code is breaking with Null Exception.Workspaces.FindSymbols.SymbolFinder.<GetSemanticInfoAtPositionAsync>d__0.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() .Please provide how can i do it for big project.