Embedded AQL editor in AdoScript
Maybe it's possible to embed or pop-up a small editor in certain places. This could be for example used when writing a string that is an AQL query, either directly in the API-command (like EVAL_AQL_EXPRESSION
) or for normal strings. The user should have easy access to get this popup and it should also allow to write AQL and then once finished it would apply the necessary escape-characters for it to be a proper string in LEO / AdoScript. This should also make use of AQL highlighting and syntax checks.
Might be possible through something called "peek", maybe there is some VSC documentation on this. Link to official Peek functionality: https://code.visualstudio.com/docs/editor/editingevolved#_peek
Extension that uses their own peek: https://marketplace.visualstudio.com/items?itemName=pranaygp.vscode-css-peek
Might also fit into the "CodeLens" category: https://code.visualstudio.com/blogs/2017/02/12/code-lens-roundup