Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for DocumentSymbol in document outline requests
Browse files Browse the repository at this point in the history
bstaletic committed Aug 12, 2024
1 parent 8c0c449 commit b046e7c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -3438,7 +3438,6 @@ def _DocumentSymboListToGoTo( request_data, symbols ):
"""Convert a list of LSP DocumentSymbol into a YCM GoTo response"""

def BuildGoToLocationFromSymbol( symbol ):
filepath = request_data[ 'filepath' ]
symbol[ 'uri' ] = lsp.FilePathToUri( request_data[ 'filepath' ] )
location, line_value = _LspLocationToLocationAndDescription(
request_data,

0 comments on commit b046e7c

Please sign in to comment.