AngularJS Template Autocomplete for Visual Studio CodeThis extension will allow the user to autocomplete AngularJS controller properties and methods inside an HTML template. DemoFeaturesAutocomplete controller name inside of corresponding template file. If no controller name in the 'controllerAs' property. Then the controller name will default to '$ctrl'. RequirementsProject must use TypeScript. How it WorksWhen autocomplete is activated inside of an HTML file, then the extension will look for a corresponding controller options. If the controller options is found and the controller that is registered to the options is also found, then autocomplete suggestions will be provided in the template for that controller. This extension will also only show autocomplete suggestions if it detects that the text that is being typed is inside AngularJS interpolation. |