VSC-Kendo-Core-ComponentsThis is a VS Code extension which provides completion support in html files for Kendo UI Core Components(KUICC for short) by which you can use Kendo UI Core in web component way. Features and UsageResource reference snippetsTyping 'html5:kendoui'(not including the quotes) in a html file triggers the skeleton snippet of needed resources for a page using Kendo UI Core library. {version} in snippet below are the same version numbers of Kendo UI Core from which this extension is built. Current version is 2018.3.911. This extension will try to keep the pace with latest version of Kendo UI Core. You'd better to refactor your projects to make version consistent with updates of this extension.
The last line in Kendo widget tag completionsTyping '<k- ' or '<km- ' (notice the space and no quotes) pops up the component tag names completions list with a brief overview of the widget. Kendo widget configuration options completionsAs shown in above animation, WHITE SPACE followed a component tagname or key=value attribute assignments pops up the corresponding options list of current widget with types or signatures descriptions for properties or listeners respectivily. Kendo widget option object keys completionsTyping ',' or '{' while inputting value pops up avalible properties if the value is an object, e.g. animation of k-auto-complete. Change LogBug ReportingLicense |