Lars Hvam

Results 1025 comments of Lars Hvam

https://github.com/abaplint/abaplint/pull/2560/commits/b0e8bc5ad59e38dacff7b7ea61362602ac5a4957 adds information on what is builtin predicate functions

hmm, will probably need to rewrite the rule, so it works on statements instead of the raw file

```abap LOOP AT lt_tab ASSIGNING . IF -field IS NOT INITIAL. ... ENDIF. ENDLOOP. ```

```abap LOOP AT lt_config INTO DATA(ls_config). IF ls_config-sdfsd IS NOT INITIAL. ```

thanks for the bug report, abaplint is responsible for the syntax check, so I'll move the issue to abaplint/abaplint

heh, the unescaped escaping example works with abaplint ```abap FORM test USING changing CHANGING using. CLEAR changing. CLEAR using. ENDFORM. ``` ![image](https://user-images.githubusercontent.com/5888506/167086674-7bcbd67f-c25d-4a91-b35b-f1c3eb194ff3.png)

since renaming actually works, it might just be a problem with the over in vscode