Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Visual Studio is the best

Name: Anonymous 2018-10-23 10:11

If you're developing on windows it is objectively the wrong choice to not use Visual Studio.

Name: Anonymous 2018-10-24 2:09

>>13
C-x in vs either cuts the selected block or the whole line with newline if nothing is selected.
(defun vs-line-cut (point mark)
(interactive "r")
(if (region-active-p)
(kill-region point mark)
(kill-whole-line)))

(local-set-key (kbd "C-x") #'vs-line-cut)


wow so hard

thank you Microsoft Pajeet for giving us this space age feature. I don't know what we'd do without Microsoft Pajeets.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List