Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97387

How to ignore line breaks on VSCode search

$
0
0

Here is the thing.

I got a VERY LARGE project where i'm working at, and i really need to use the search function of vscode to find where stuff is, where functions are called, where constants are, and so on.

I had a function calling twice where it shouldn't, but after searching on the project every place where it was called, i couln't find it being called twice. The function was this.form.render().

End of story, I found the problem, and it was being called like this:

this.form
    .render()
    .then(()=> {...});

Anyway, the point is:

When i searched 'form.render' on the searchbox, i couln't find this place where it was being called because of the linebreak. How can i make sure i'm searching EVERY instance where it's being called, regardless of linebreaks?


Viewing all articles
Browse latest Browse all 97387

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>