Related posts:Hidden features of Visual Studio (2005-2008)?
What shortcuts do you know makes programming faster, easier or more enjoyable?
#region / #endregion
- CTRL + ., import/using .
CTRL + K + D, .
Visual Studio, Resharper.
:
CTRL + TAB -
SHIFT+ CTRL+ F- allows you to search the entire decision (as sometimes all the links do not work when your decisions are huge)
SHIFT+ DELETE- allows you to delete the entire line from your code without highlighting it.
Source: https://habr.com/ru/post/1756767/More articles:Связывание строковой коллекции с ListView, Windows Forms - collectionsC optimization question - optimizationSSL / TLS / HTTPS sites are very slow in the C # /. NET WebBrowser control, but work fine in Internet Explorer - c #Deleting an entity strategy - javaCalibrate Alsa buffers correctly, weird API - cHow to save JTable columns when resizing while resizing JFrame? - javaConfirm XML signature to remote certificate using PHP - phpconvert javascript code to html output? - javascriptIE 7 and 8 overflow: hidden issue - cssPaging and sorting grid in ASP.NET MVC - c #All Articles