abap.tmbundle icon indicating copy to clipboard operation
abap.tmbundle copied to clipboard

Recognize methods

Open FreHu opened this issue 7 years ago • 1 comments

Should at least recognize the function name as entity.name.function.abap. Parameters are where things will get complicated and should probably be in a separate PR.

There are also functions in the grammar which are incorrectly labeled as operators - see math_operators and string_operators, which should then be removed - they will be recognized as functions.

FreHu avatar Oct 09 '18 16:10 FreHu

Also split this into method definition and usage, since definitions don't contain parentheses and have some specifics in the syntax of their parameters, e.g. can't have optional or returning value() in a method call.

FreHu avatar Oct 15 '18 17:10 FreHu