Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Search ProNew to Visual Studio Code? Get it now.
Search Pro

Search Pro

leo76

|
14 installs
| (0) | Free
A powerful fuzzy search tool
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

A powerful fuzzy search tool for VSCode

Quick Start

In-order Search:



MultiLine In-order Search:

Not-order Search:


Fuzzy Search: (end with ?)

test text:

// ts
function add(a: number, b: number) {
	let c = a+b
	return c;
}
// golang
func add(a: int, b: int) int {
	c := a+b
	return c
}
// c
int add(int a,int b){
	int c = a+b
	return c;
}

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft