Skip to content

Global operators break document symbols in VSCode #136

Description

@genericptr

This unit in VSCode will break document symbols. Sublime Text works however so this may be related to DocumentSymbol vs SymbolInformation.

unit Test;
interface

type
  TMyRecord = record
  end;

operator := (u: Integer): TMyRecord;

implementation

end.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions