Sometimes textDocument/documentSymbol
reports function nestedness incorrectly
#606
Labels
bug
Something isn't working
For the following example
the server incorrectly identifies
function_inside_function
asinner_function
's neighbor:But if you will uncomment
any_variable
,function_inside_function
will be correctly identified as aninner_function
's child:Environment:
The text was updated successfully, but these errors were encountered: