code-search

Is there a way to make TFS code search recognize the “@” symbol?

*爱你&永不变心* 提交于 2019-12-24 00:37:05
问题 I am searching for all occurrences of an out of date email domain in my codebase on TFS. Specifically, I am searching for "@testexample.com". However, the search seems to completely ignore the "@" symbol. If I search "@testexample.com", I get all occurrences of "testexample.com". I have also tried "*@testexample.com" but prefix wildcards aren't allowed in code search. 回答1: That's not supported. Checked for some characters in code search. You can't use the symbol characters except * and ? as

Replacement for Google Code Search? [closed]

妖精的绣舞 提交于 2019-11-27 16:35:10
Google Code Search has been incredibly valuable to me as a developer - I use it a couple times a week to see how other developers have used (usually poorly documented) APIs. It's also convenient to see the internals of some of those APIs, or to find which API corresponds to the functionality you want (it's a great resource for Android in particular -- give it some of the text you see on screen, and it'll usually find the implementing class). Now that Google shutting down code search as of January 15, 2012, are there any good replacements? searchcode I think Open Hub Code Search (previously

Replacement for Google Code Search? [closed]

你。 提交于 2019-11-26 18:42:43
问题 Google Code Search has been incredibly valuable to me as a developer - I use it a couple times a week to see how other developers have used (usually poorly documented) APIs. It's also convenient to see the internals of some of those APIs, or to find which API corresponds to the functionality you want (it's a great resource for Android in particular -- give it some of the text you see on screen, and it'll usually find the implementing class). Now that Google shutting down code search as of