Ats Uiboupin

Results 30 issues of Ats Uiboupin

Currently when i press Alt+F7 on custom element (start or end tag name) in html, it shows start and end location of the same tag in same file only. It...

Would be nice, if it was possible to select chunk of html from existing Aurelia html template and after entering path and basename of the extracted custom element, it should...

Jump from custom element usage in html to custom element. Note that not all custom elements used in html are made available through require tag, some often used tags might...

When i have a page and custom element files in one folder: ``` └───pages ig-register.html (custom element) ig-register.ts (custom element) register.html (page) register.ts (page) ``` I move them into subfolder...

Use [aurelia-template-lint](https://github.com/MeirionHughes/aurelia-template-lint) to lint and to show problems with the code.

Generating TypeScript from ```Java class Bug { Map intKeyMap; } ``` produces ``` export interface Bug { intKeyMap: { [key: string ]: string;}; // intKeyMap: { [key: number]: string;}; //

# resolves #4 This PR makes autocomplete work also when hitting tab after `kafka-console-producer.sh --` > that developers may want to use when command name itself is autocompleted based on...

Currently autocomplete works when hitting tab after `kafka-console-producer --` but not after `kafka-console-producer.sh --` that developers may want to use when command name itself is autocompleted based on file name...

# reason Currently when selecting TypeScript as a transpiler the build scripts are also generated in TypeScript, but IDE can't do much without the typescript definitions.

enhancement
scaffolding

**I'm submitting a feature request** Add out-of-the-box support for [aurelia-template-lint](https://github.com/MeirionHughes/aurelia-template-lint), to detect lots of problems at build-time. * **Library Version:** 0.31.3 * **Language:** It will be most usefult for TypeScript,...

enhancement