↧
Visual Studo Shortcuts as in Eclipse
Using both Eclipse and Visual Studio can be a pain, when it comes to shortcuts. In VS you can change shortcuts here: Tools -> Options -> Environment -> Keyboard Change the following: Delete...
View ArticleVisual Studio 2010 Replace via Regex
Visual Studio has some strange variation of regex. The catch that got me is grouping Usual expression VS2010 () as for grouping {} and then you would refer to group by number \1 # – hash-sybmol \# –...
View Article