Skip to content

Document Symbols Request, clarify location of Symbol. #132

@bruno-medeiros

Description

@bruno-medeiros

Suppose you have this code:

class Foo {
  // ...
} 

Then for the Document Symbols Request what is the location range for the symbol Foo?

  • Is it just Foo (length of 3)? (that being just the range of the identifier)
  • Or is it the range of the whole element? (the 3 lines from class Foo { ... to }.

This has implications for: #112

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions