fusio
fusio copied to clipboard
JS package auto-complete
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.