Often I will comment out a line of code instead of deleting it so that I can recall how something was done before I rewrote a line of code on the chance I need to revert back to some code.
But often when I do a quick search, the search results will fill up with a bunch of lines of code that I remmed out - meaning they are non-functional lines.
It would be cool if the quick search tab could have a "Filter out Commented Lines" checkbox, so that it would hide any search results where the first character is the ' (comment character).
This would make the quick search results list much more readable and not too noisy with non-important lines.
But often when I do a quick search, the search results will fill up with a bunch of lines of code that I remmed out - meaning they are non-functional lines.
It would be cool if the quick search tab could have a "Filter out Commented Lines" checkbox, so that it would hide any search results where the first character is the ' (comment character).
This would make the quick search results list much more readable and not too noisy with non-important lines.