Earlier quoted context omitted.
What do shift+Y and shift+P do? Are they the same as y and p, but in insert mode?
In insert mode? How would you type uppercase X and P then?
Visual Studio Code 1.6
141–150 of 231 posts
Re: Visual Studio Code 1.6
#142How does VS Code compares to Atom? If I'm not mistaken they're both written in Electron, right?
Re: Visual Studio Code 1.6
#143Re: Visual Studio Code 1.6
#144While this editor really attracts me, (it has that Emacs-y vibe, where it integrates many external tools in nice cohesive interface) I still cannot overcome that it is still basically an electron app. Atom is just a no go, despite all the candy looks and nice little plugins, I cannot justify energy and memory usage. I heard VSCode is totally different story, but I have yet to find js developed desktop app that doesn'…
Re: Visual Studio Code 1.6
#145I have been using VS Code as my full-time editor for a few months now and couldn't be happier. Originally I was only using it for TypeScript projects, where the language integration is top-notch, but eventually found myself using it all the time. I use the vim plugin, which is surprisingly good although it does have a few issues still. The best thing about VS Code (and Microsoft's other big open source project, TypeS…
Re: Visual Studio Code 1.6
#146Earlier quoted context omitted.
oh that's actually really good to hear - my team has a lot of backend services in Perl (yeah..) that we're moving to Go :)
Why would you rewrite already-working services written in an expressive and battle-tested language to a fad 1970s-style language? It's like being in the late 90s and replacing your existing infrastructure with Java hype, except with a language somehow worse but justified with Rob Pike's pseudointellectual bullshit.
Re: Visual Studio Code 1.6
#147I want to give this a little more polish before I release, but can I gauge from the folks here if there would be any interest in ARM nightlies for Raspberry Pi (and other ARM SBCs)/ARM Chromebooks?
If so, I'll move some things around to get it done in the next few days.
Works really well on Chrome OS with Crouton, owing to the integrated terminal:
Re: Visual Studio Code 1.6
#148What I find to be hilariously missing is drag & drop for the selected text. I tried switching to VS code a couple of days ago and realized I couldn't do such a basic thing. That and a decent FTP extension. No one wants to sync their entire project just to upload a single file. ugh.
Re: Visual Studio Code 1.6
#149Did they ever fix the DPI scaling issues?
Re: Visual Studio Code 1.6
#150Earlier quoted context omitted.
I thought project.json got mothballed? Did they take another kick at it and make it work?
Don't recall ever hearing it got mothballed during development - though I do believe they've bent over and are going to support csproj files with .NET Core in the future as well. Here's the relevant page on project.json: https://docs.microsoft.com/en-us/dotnet/articles/core/tools/... Edit: I need to be better about deep reading through links. https://blogs.msdn.microsoft.com/dotnet/2016/05/23/changes-t... looks like…