Visual Studio Code 1.6
151–160 of 231 posts
Re: Visual Studio Code 1.6
#152Re: Visual Studio Code 1.6
#153Did they ever fix the DPI scaling issues?
Re: Visual Studio Code 1.6
#154This might sound like a weird question, but after a lot of search I found no keyboard shortcut to toggle between the editor and integrated terminal. It sound like a I'm picky but it's a bit of a timewaster to have to pick up the mouse just to switch from editor to the integrated terminal. A most I could use an external terminal window but that kinda defeats the purpose of having an integrated one I think. Is there su…
Re: Visual Studio Code 1.6
#155I'd like to switch from Atom but a few little niggles make me keep going back. I like how Ctrl+K has the emacs-style behavior in Atom, and there's an annoying bug in VSCod's tex mode which stops commenting and uncommenting of lines from working.
You can override any key combination.
Re: Visual Studio Code 1.6
#156Is there an option/mode to simply highlight matching parentheses for plain text or files that don't have their own language modes?
Re: Visual Studio Code 1.6
#157This might sound like a weird question, but after a lot of search I found no keyboard shortcut to toggle between the editor and integrated terminal. It sound like a I'm picky but it's a bit of a timewaster to have to pick up the mouse just to switch from editor to the integrated terminal. A most I could use an external terminal window but that kinda defeats the purpose of having an integrated one I think. Is there su…
If a command has a keyboard shortcut (toggle terminal has one), it's in that list. It even shows your custom shortcuts.
Re: Visual Studio Code 1.6
#158Earlier quoted context omitted.
I'm currently switching from gvim to vscode and back again every five minutes, in order to use vscode's debugger --- it's gdb integration is the best I've seen bar none [1][2]. If the vim emulation was good enough, I'd switch in a moment. Which, unfortunately, it's not, for me: the biggest omission is shift-Y/shift-P for yank and paste, which I use constantly, but there's holes everywhere. (Also, the way the vscode's…
What do shift+Y and shift+P do? Are they the same as y and p, but in insert mode?
:h Y
["x]Y yank [count] lines [into register x] (synonym for
yy, |linewise|).
:h P
["x]P Put the text [from register x] before the cursor
[count] times. {Vi: no count}Re: Visual Studio Code 1.6
#159Does it have fuzzy search by whole file path yet?
Re: Visual Studio Code 1.6
#160I love VSCode. Sublime still trumps it in two places though - multi-cursor support in VSCode isn't quite as powerful as Sublime I particularly miss the middle click, drag, select rectangle [1]. The other area is that global search/replace isn't as powerful or nearly as quick. I'm hoping both of these are things they fix in time. [1] http://jdon.at/19OUp