I hope this move paves the way so that VSCode will now have the Code Collapse feature which has been requested tremendously. http://visualstudio.uservoice.com/forums/293070-visual-studi...
Same goes for reformat selected text (html/xml, etc)
251–260 of 403 posts
I hope this move paves the way so that VSCode will now have the Code Collapse feature which has been requested tremendously. http://visualstudio.uservoice.com/forums/293070-visual-studi...
Same goes for reformat selected text (html/xml, etc)
Earlier quoted context omitted.
Jetbrains IDEs are highly regarded and run very well under Linux.
I love Jetbrains products, but under Linux they are nowhere near as stable as VS is on Windows, or even Jetbrains apps on Windows. They're slower, and some features don't quite work right all the time.
We've been asked this by a few people, so I figured this is a good place to respond: Will PTVS (Python Tools for Visual Studio) come to VSCode? The answer is YES! This will be a major focus next year. Expect full intellisense, debugging, profiling, pkg mgmt, unit test, virtual env, multiple interpreter, Jupyter, etc. support. Disc: Python/R/Jupyter team lead https://www.visualstudio.com/features/python-vs
A question: If I'm not mistaken, PTVS is basically a whole bunch of Visual Studio plugins, presumably not written in JavaScript. Since VS Code is a while different program made in a different language and a different UI framework, does this simply mean there will be a new bunch of py/r/jupy plugins for VS Code, accidentally made by the same team? Or does VS Code have more VS-compatible integration options than I knew…
It definitely would not surprise me if that's an intentional direction in VS and many more extensions and components will start to be built (or rewritten) for VS Code first as TS/JS and then "ported" to run in VS "proper". Of course, I certainly don't know anything of the matter for certain, this is just lay observation of trends I'm watching with interest in VS.
Don't a lot of advanced folks avoid reliance on "visual paint" style programming? Do folks like Linus and John Carmack crank up Eclipse and use wizards? [ EDIT: I've obviously offended some Visual programming fans. I apologize. ]
2 references from the top of google results. There are many more out there.
https://twitter.com/id_aa_carmack/status/21187594150
http://www.gamasutra.com/view/news/126638/Following_Acquisit...
But does it have vi bindings?
Seems like an Atom fork. And the amount of people who are hardcore Linux user but have yet to find a better IDE than vsc on this thread.
I really hate how MS names things. Microsoft SQL Server, or as most people call it SQL Server. I read the title to this post as Visual Studio code is now open-source - but it's not. The product some genius called Visual Studio Code has been opened. I'm really surprised Windows isn't called Microsoft Operating System, or Operating System for short.
> Operating System for short. Brilliant idea. Why not go all the way and call it OS. We could then have OS 10 from MS and OS X from Apple!
Pretty cool! I've been using it a bit on the days where I have to do stuff on Windows, mostly for hacking on C++ code and playing with GL shaders (the code is cross-platform with CMake, so I don't really need Visual Studio). I've had a few ideas about little things to add to it, and having it open source makes that a possibility!
The only thing I wish VS Code had is "Compiling" out of the box. I know you guys want to make an amazing experience for each language, but one of my favorite editors is Geany because no matter the language or platform when I hit build / compile it usually just works. Hoping now that it's gone open source we will see minor changes like compiling / building cross platform at least. Other than that it's a great editor,…
Earlier quoted context omitted.
They acutally demoed Go debugging in the Connect conference keynote today [1], together with the open-source announcement. It has been implemented as part of an extension written by someone inside of Microsoft, if I remember correctly (support for extensions was also announced). [1] https://channel9.msdn.com/Events/Visual-Studio/Connect-event...
The Go extension is also available as an open source project, at https://github.com/Microsoft/vscode-go . We've integrated a number of tools built by the Go community, including the Delve debugger, and we are contributing to these projects. We plan on adding other languages as well, including Python - but if you're interested in building extensions for other languages, we'd like to hear from you.
I'm curious to hear how you're supporting these features. I personally don't know much about VC.