Wix development through an integrated development environment (IDE)?

Hi!

Is it somehow possible to “connect” the Corvid development environment with an IDE?

Thanks.

Yves

Hi.

Corvid itself has the Built-in IDE . It adds a built-in IDE to your Wix site so you can code directly in the Wix Editor.
The IDE:

  • Minifies your CSS

  • Minifies your JavaScript

  • Bundles your JavaScript files

  • Transpiles your modern JavaScript code to ES2015 so it can run on legacy browsers

  • Lets you manage your databases

You can learn more about Corvid by Wix here .

@aleksf I was referring to IDEs such as Jetbrains WebStorm, MS VS or others.