IDE Support

Any way to support Webix code auto-completion within an IDE - WebStorm, Aptana, Eclipse, etc?

Similar to what DHTMLX supports:

Thanks

Problem is, IDE will not be able to predict result of $$ command. It can be any view. So suggest will show properties of all component that may be more confusing than helping.

You can try to use typescript with webix.d.ts file, it allows to provide types of views, and for each time IDE will show correct list of methods and correct list of configuration properties.