I'm trying to use the abaplint VSCode plugin with Cursor. It works in principle, but I've noticed issues where it either doesn't read/process references outside the current file scope and/or doesn't take abaplint.jsonc into account.
I haven't been able to reproduce it in a simple example as it always seems to behave in the couple of small examples I tried. But if you clone and open the abapGit repo there are a good number of cases.
Open /src/persist/zcl_abapgit_persist_migrate.clas.locals_imp.abap and abaplint in Cursor wil flag an unused variable that it doesn't under VSCode. It is used by the main class so abaplint cli and VSCode are correct.
VSCode

Cursor

I'm trying to use the abaplint VSCode plugin with Cursor. It works in principle, but I've noticed issues where it either doesn't read/process references outside the current file scope and/or doesn't take
abaplint.jsoncinto account.I haven't been able to reproduce it in a simple example as it always seems to behave in the couple of small examples I tried. But if you clone and open the abapGit repo there are a good number of cases.
Open
/src/persist/zcl_abapgit_persist_migrate.clas.locals_imp.abapand abaplint in Cursor wil flag an unused variable that it doesn't under VSCode. It is used by the main class so abaplint cli and VSCode are correct.VSCode

Cursor
