This commit fixes autocompletions for properties and events bindings. The language service will no longer provide bindings like (click) or [id]. Instead, it'll infer the context based on the brackets and provide suggestions without any brackets. This fix also adds support for alternative binding syntax such as `bind-`, `on-`, and `bindon`. PR closes https://github.com/angular/vscode-ng-language-service/issues/398 PR closes https://github.com/angular/vscode-ng-language-service/issues/474 PR Close #34445
		
			
				
	
	
		
			8 lines
		
	
	
		
			281 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			281 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ~{empty}
 | |
| <~{start-tag}h~{start-tag-after-h}1~{start-tag-h1} ~{h1-after-space}>
 | |
|   ~{h1-content} {{~{sub-start}title~{sub-end}}}
 | |
| </h1>
 | |
| ~{after-h1}<h2>{{~{h2-hero}hero.~{h2-name}name}} details!</h2>
 | |
| <div><label>id: </label>{{~{label-hero}hero.~{label-id}id}}</div>
 | |
| &~{entity-amp}amp;
 |