Live data from Hacker News

Visual Studio Code 1.6

code.visualstudio.com

81–90 of 231 posts

Re: Visual Studio Code 1.6

#81
post #35

Can I use VS Code to work with remote files? I almost always work with remote files for development at my day job and would like to switch to VSCode for its better JS support. Right now I am using SublimeText3 with the rsub plugin to edit remote files. What workflow do you guys use when working with remote files?

I stopped doing that in the nineties. Are you working life on production systems, do you need some really special dev environment, or why wouldn't you work locally or at least in a local VM?

Re: Visual Studio Code 1.6

#83
post #3

I 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…

Same as Tom for both TypeScript and Go. Can't be happier (I don't use the vim plugin tho, even tho I was a vim user for many years)

Re: Visual Studio Code 1.6

#84
post #24

I've recently switched to VS Code full time for C# and Python development and I couldn't be happier. While I miss some of the more intelligent intellisense from full VS, I love that I can do all of my dev on OS X. Its integration with .NET Core makes my life easy; really can't complain at all.

Really, for c#? I assumed that the type-inferencing in and extension methods would make proper IDE support of C# on a "light" platform like vscode impossible. How do you manage your vcproj file?

Re: Visual Studio Code 1.6

#86
post #84
post #24

I've recently switched to VS Code full time for C# and Python development and I couldn't be happier. While I miss some of the more intelligent intellisense from full VS, I love that I can do all of my dev on OS X. Its integration with .NET Core makes my life easy; really can't complain at all.

Really, for c#? I assumed that the type-inferencing in and extension methods would make proper IDE support of C# on a "light" platform like vscode impossible. How do you manage your vcproj file?

I figured the same! But it handles type inference, extension methods, using static, etc like a champ. Even does completion for project.json. I don't use vcproj since I just use dotnet core.

Re: Visual Studio Code 1.6

#87
post #86
post #84

Earlier quoted context omitted.

Really, for c#? I assumed that the type-inferencing in and extension methods would make proper IDE support of C# on a "light" platform like vscode impossible. How do you manage your vcproj file?

I figured the same! But it handles type inference, extension methods, using static, etc like a champ. Even does completion for project.json. I don't use vcproj since I just use dotnet core.

I thought project.json got mothballed? Did they take another kick at it and make it work?

Re: Visual Studio Code 1.6

#88
post #54

Earlier quoted context omitted.

Hi! I'm one of the core developers of VSCodeVim. Shift-Y works for me, so if you can't get it to work for some reason, could you report that here?: https://github.com/VSCodeVim/Vim/issues If you have any other problems, please let me know. :)

Will do, and thanks for your work here. I have always wanted to try more editors, but vim plugins are (almost notoriously) full of holes, so there's always _something_ someone uses that's broken. Yours is the best I've ever come across. Seriously, thanks. Oh, and that reply to me down-thread from Tom is really heartening as well, kudos. (I swung by the slack and mentioned the other issue I had, and have meant to open…

Thanks :)

Re: Visual Studio Code 1.6

#89
post #27
post #25

Earlier quoted context omitted.

I could be wrong, but I think it's a rules-based approach to enforcing code standards in javascript and other languages.

Sounds about right. More broadly said, a linter shows things that you should fix.

Thanks. That cleared things up. Wikipedia can be confusing sometimes.

Re: Visual Studio Code 1.6

#90
post #26

I switched from Atom to Visual Studio Code for my new project (TypeScript frontend and Go backend) and I am really impressed. Although the Go support is really good in Atom (missing a few things like debugging and jump to definition via mouse), the TypeScript support is significantly slower than in Visual Studio Code. There are few things missing Visual Studio Code though: Multiple top-level folders, customizable UI…

I love so many thing about VSCode but multiple top-level folders is a necessity in order for me to use this as my daily editor.

Microsoft pls

Post reply on HN