Searching words on visual studio.
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi , Is there anyway to find a set of words together on visual studio ?.For eg. I need to find 'egg' and 'chicken' together.Could you please let me know . With regards.
-
Hi , Is there anyway to find a set of words together on visual studio ?.For eg. I need to find 'egg' and 'chicken' together.Could you please let me know . With regards.
If you mean the occurrence of these words in your source code then use one of the
Edit->Find and Replace ...
options from the menu. If you mean in your resulting program then you will have to write the code yourself.The best things in life are not things.