How to Search within Commented Lines Only?

  • Thread starter Thread starter Savvyify
  • Start date Start date
S

Savvyify

Guest
I have a large file that I keep my jQuery snippets in, I have it well documented with leading comments to remind me what each one does. The leading comments always start with //

How can I search only the lines with the leading // ?

For example if I search for a "logo" script I don't want to look though every instance of the class "logo" inside of every script.


Thanks :)

Continue reading...
 
Back
Top