apex-tmLanguage icon indicating copy to clipboard operation
apex-tmLanguage copied to clipboard

Implementing or extending a type with namespace causes highlighting issue

Open GeorgePreece opened this issue 4 years ago • 0 comments

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

class ServiceImpl implements IService {

}

class ServiceImpl implements Namespace.IService {
	//
}

image

GeorgePreece avatar Jan 30 '22 13:01 GeorgePreece