Name: Anonymous 2018-10-23 10:11
If you're developing on windows it is objectively the wrong choice to not use Visual Studio.
I also think it pioneered some useful stuff like c-x cutting the whole line when you haven't selected a block.Mind = blown, wow such a revolutionary feature. I can't wait for the holy Sublime Text devs to grace me with more brilliant features.
(local-set-key (kbd "C-x")
#'(lambda ()
(interactive)
(end-of-line)
(set-mark (line-beginning-position))
(kill-region (line-beginning-position) (point))))
Editors which don't index everything and where you have to search and manually replace instead of just invoking a rename action are no competition.
I also think it pioneered some useful stuff like c-x cutting the whole line when you haven't selected a block.C-k in nano.
(local-set-key (kbd "C-x") #'kill-whole-line)
VS doesn't work on macOS and Linux.yes it does lmao
You can't write code to customize the behavior of VSJSON templates, settings.json, etc.
closed sourcehttps://github.com/Microsoft/vscode
use Emacs for everything elsegross, I'd rather use vim if I really had to use a caveman editor
VS doesn't work on macOS and Linux.yes it does lmao
You can't write code to customize the behavior of VSJSON templates, settings.json, etc.
closed sourcehttps://github.com/Microsoft/vscode
The extent of your tinkering is clicking menus and radio buttons like a caveman.errything is json actually
use Emacs for everything elsegross, I'd rather use vim if I really had to use a caveman editor
yes it does lmaoNo it literally does not.
Windows 7 or later
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)
also, ever heard of WINE or VMs? Virtualbox, VMware Workstation, VMware Workstation Player, QEMU, Virtualbox...Are you for real?
They let light into your office. Something a basement-dwelling neckbeard is unfamiliar with.