Autocompletion

Hi.

Can we have autocompletion with visualstudio community ?

Thanks

Latest build provides typescript definitions, which can be used for auto completion.

If it doesn’t work automatically, try to add to the top of file

/// <reference path="../../node_modules/@xbs/webix-pro/types/webix.global.d.ts" />

where path need to be changed to the actual location of webix package