Last year, several community leaders held a Windows Phone Unleashed event. This year we hosted it again with @DanWahlin taking the presentation lead (and speaker manager role) while I stayed behind and ran logistics. Last year we focused on … [Continue reading]
#100 Reach the Navigation bar via the keyboard
At the very top of the editor and just below the File Tab Channel, you'll find the Navigation Bar. The left combo box lists objects and the right lists the select objects members. This is very useful when you need to jump to various … [Continue reading]
#99 Change the Brace Matching color
A previous tip talked about what that automatic delimiter highlighting option does. A follow-up tip is how to change the Brace Matching color. Go to Tools - Options - Fonts and Colors, select Brace Matching (Rectangle), and set to … [Continue reading]
#98 Turn off Intellisense by default
Just in case you ever need to do this... Go to Tools - Options - Text Editor - All Languages - General and uncheck Auto List Members and Parameter Information. If you just want to disable intellisense by default for a particular … [Continue reading]
#97 Get syntax highlighting for a given file extension
On the Tools – Options – Text Editor – File Extension page, you can map a file extension to one of the included editors. And after mapping the .sara extension to a C# editor, we now get syntax highlight... There is also … [Continue reading]