Skip to content

Global operators break document symbols in VSCode #136

@genericptr

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.

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