apex-dev-tools / apex-ls

Apex language server library
Other
2 stars 1 forks source link

Warn when used a reserved identifier as a method name #277

Closed kjonescertinia closed 3 months ago

kjonescertinia commented 3 months ago

Some reserved identifiers documented by Salesforce can be used as method names, it would be useful to warn if these are being used just in case that becomes a future problem and also because they are likely not particularly good as method names ;-)