George Preece

Results 2 issues of George Preece

## Details Implementing or extending a type with a namespace causes a highlighting issues where, the namespace is scopes with `entity.name.type.implements.apex` and the type is un-scoped. ## Repro ```apex class...

## Details Using `final` with method parameters causes a highlighting issue where, `final` is scoped with `storage.type.apex` and the type is scoped with `entity.name.variable.parameter.apex`. Essentially it recognises the keyword `final`...