Search code examples
meteorwebstorm

WebStorm find usage of Meteor registered Helper


I am using WebStorm 11 and have this Meteor code in a file.js

Template.registerHelper('session', function( value ) {
  return Session.get(value);
});

Is there a way to find where in the project this helper has been used? Thanks


Solution

  • You can search for "session" in whole project (or in a particular folder) by Edit > Find > Find in Path