From the course: Azure DevOps for Beginners

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

Use the code search extension

Use the code search extension - Azure Tutorial

From the course: Azure DevOps for Beginners

Use the code search extension

- [Instructor] We've installed the code search extension in a project, and remember, it's project specific. So if I go to this other project, this Dev Course 471 course, and I look in the search box, I see that I'm searching through filters for work items. If I look at the 211 project and go to that same place, I see a different set of information. So this is showing that not only can I search through my work items, but I can also search through my code. So if I look for a word like print, in my results, I get 37 code results, and I can see there's 37 code results and there's five work item results. Without the code search extension, I would only see the work items. I can also filter by extension or by file name or path or projects, I'll filter by two, I'll choose an extension, we'll look for the word welcome. I know for sure it's in this index.cshtml file because we worked on that in this course. Now I want to look for files with the JavaScript extension, so I'll say ext: JavaScript…

Contents