I already wrote about this, but can’t find through search.
@ prefix is used in angular quite extensively, @Input, @Output, etc. but there is no import autocomplete for this. One has to type class name without prefix to auto import and then add it at the beginning, this is a bit frustrating. I suppose it is easy to fix, even something simple like stripping leading @ before lookup routine would be helpful.