My manager uses Atom with a set of eight plugins specifically designed for Angular development. I have the same plugins installed on my system, but I seem to be missing a feature that he has. We're unsure which plugin or preference setting is required to enable this feature, which relates to the Angular 2 Style Guide and provides information about code that does not adhere to the style guidelines.
Below is a screenshot from the lower right corner of his IDE window showcasing the warnings:
https://i.sstatic.net/tXvLT.png
When I view the same file in my IDE, no warnings are displayed:
https://i.sstatic.net/hPPgm.png
The list of Angular-related plugins that both my manager and I have installed includes:
angular-2-typescript-snippets, angular-bootstrap, angular2-snippets, angular2-snippets-atom, angularjs, angular-helper, angularjs-snippets, angularjs-styleguide-snippets
One possible difference between our setups is the operating system - he uses Linux while I use Mac OS.
I am in need of this particular feature. Could someone offer guidance on how to activate it in Atom on my machine?