Angular - search for key or value in all scopes

Imagine you have big angular page with many controllers, directives, scopes etc. It can be difficult to find if there is already information you need in some of scopes.

I wrote javsascript script which searches for value in all scopes and objects.


clear();
var options = { phrase: "Managetemplates", exact: false };

Webstorm/Intelij - useful shortcuts and features with screenshots

Many keywords For Intelij13 should also work for Webstorm.
In every keyword I specified how often I use that keyword.

Actions


alt + enter - show window with many useful features. You can press it on any line (class, import, variable, string etc). For example if you press it on regex, you have Check Regex option. For variable you have introduce variable etc. Often