Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>code-searchNew to Visual Studio Code? Get it now.
code-search

code-search

T1CG

|
272 installs
| (0) | Free
Searches code for hashtags
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Code Search

Add hashtags to your Go functions and use them to quickly find what you're looking for

Add tags using the # followed by a keyword. You can add multiple keywords per function, each separated by a space.

// Something is a function
// #print #word
func Something() {
  fmt.Println("Something")
}

Once the file with the function has been saved, you can quickly find the function by typing the # symbol and the search term:

An image showing the suggested function

Selecting the function from the list will automatically add the package name and the function and remove the hashtag.

A gif showing how hashtag searching works

Known Bugs

  • If a file has not been saved, the Go To Function link may go to the wrong place
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft