vscode-abaplint icon indicating copy to clipboard operation
vscode-abaplint copied to clipboard

inlay hints

Open larshp opened this issue 2 years ago • 5 comments

inline DATA() types

larshp avatar Jun 08 '23 07:06 larshp

I believe this should be done in abaplint core, inlay_hints.ts: image

results: image

marcellourbani avatar Sep 29 '24 21:09 marcellourbani

If an error in the inlay request is raised, every single user interaction with the editor, even just scrolling through the code, keeps triggering the notification and appending the log to the output: image

Also, the option for turning off notifications doesn't seem to be having any effect (not sure if this is a VS or abaplint issue though). image

Should I submit these as a separate issues?

TheLazyHangman avatar Nov 12 '24 11:11 TheLazyHangman

any good way to reproduce? might just add a try/catch to ignore the error

larshp avatar Nov 12 '24 11:11 larshp

I just noticed your reply, sorry. I can see you referenced my comment in a new issue so I guess you managed to reproduce it eventually. Anyway I just had a random local *.prog.abap file open containing a reference to a remotely defined structure while not being connected to my SAP system, and as I mentioned even just by scrolling through the code with the mouse wheel the same notification kept popping up over and over.

TheLazyHangman avatar Nov 22 '24 07:11 TheLazyHangman

@TheLazyHangman try again in a bit

larshp avatar Nov 29 '24 12:11 larshp