My datatable visualizer (the little magnifying glass) disappeared in Microsoft Visual Studio 2019. After hours of googling I finally found a fix / workaround: right-click and launch VS as an administrator, and now the magnifying glass is back.
MadMania
Faith, Books, and Stuff
Category: programming
From https://msdn.microsoft.com/en-us/library/ms178411.aspx
Just over a year ago I made a career switch, from desktop support and project management to programming. As I have been learning to program, here are some of the best free or inexpensive resources I have come across: Bob Tabor is the great for C#, HTML5 & CSS3, and his videos are on Microsoft Virtual Academy. The C# […]
If you are a fan of the horizontal lines dividing the subs in Visual Basic, you can turn them on for C# by going to Tools>Options>Text Editor>C#>Advanced and selecting ‘Show procedure line separators.’
“There is no such thing as a free cat.”
If you find yourself performing several of the same operations within Notepad++, you can use its Macro option to record and save them. This morning I was able to use it to record Paste, Find What, Replace With, and Replace All into one handy keystroke.