Recommended IDE for webix

Hi,

I need to know recommended IDE to develop apps using webix. Do you have any recommendation?

Any good JS IDE will work fine.

Check “SublimeText” and “WebStorm”

and Atom

People want to know what IDE most comfortable exclusively for webix. As sample that IDE must support for WEBIX API and good context helper.

Webix is a javascript library, so any javascript IDE will work fine. There is no any special integrations for Webix, as far as I know.

If you want to have a good context support, you can try to use Webix with typescript. Visual Studio or Visual Code will provide a perfect auto-compilation and type checking based on typescript definitions for Webix. ( I think WebStorm will work fine as well, not tested personally )