Replies: 2 comments 1 reply
Not according to the documentation for
So Perhaps it would be better if the base class declared that method as abstract. |
1 reply
|
Another point of confusion for me here is that in the Language Service and Editor Extension Points documentation, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The
LanguageBaseclass derives fromLanguageServiceand the docs forLanguageServicesay:However
LanguageBasejust returnsnullfor the scanner. Isn't this a breach of the contract forLanguageService?All reactions