fusio icon indicating copy to clipboard operation
fusio copied to clipboard

JS package auto-complete

Open chriskapp opened this issue 10 months ago • 0 comments

Currently we have at our backend basic auto-completion at the monaco editor s. https://github.com/apioo/fusio-apps-backend/blob/master/src/app/editor/php-completion.ts

We should move this logic away from the backend into an general JS package, then we can also use the same package at our VSCode extension.

chriskapp avatar Mar 08 '25 10:03 chriskapp