Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular components and directives autocomplete in vim

Tags:

vim

angular

Is there a way to autocomplete Angular directives and components in Vim while working with html templates?

like image 775
darko99 Avatar asked Nov 20 '17 21:11

darko99


1 Answers

An Angular language service coc extension for (neo)vim

https://github.com/iamcco/coc-angular

This extension provides a rich editing experience for Angular templates, both inline and external templates including:

  • Completions lists
  • AOT Diagnostic messages
  • Quick info
  • Go to definition
like image 57
BuZZ-dEE Avatar answered Nov 09 '22 23:11

BuZZ-dEE