Inconsistent TM Scopes for generic class methods when generic argument is on a second line. #773
Labels
duplicate
limitation
Issue is result of tmLanguage limitation where in the lookup does not go beyond current line
wontfix
Issue is either side effect or limitation that will not be fixed for now
Version: 1.38.0
Commit: 3db7e09f3b61f915d03bbfa58e258d6eee843f35
Date: 2019-09-03T21:47:00.464Z
Electron: 4.2.10
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Darwin x64 18.2.0
( Also tested with Insiders 1.39.0 )
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
When it only spans a single line, the method name is given TM scope
entity.name.function.ts
When it spans multiple lines, it does not have that scope and the first one listed is
variable.other.property.ts
The text was updated successfully, but these errors were encountered: