Visual Studio Code is my successor to vim.
Visual Studio Code 1.0
251–260 of 487 posts
Re: Visual Studio Code 1.0
#252Earlier quoted context omitted.
The only bad part about Jetbrains is that no matter how much i've tried i can't use a text editor without feeling crippled. A big factor is probably that I started programming using Jetbrains tools (except some c++ in codeblocks before that). It's so awesome everything else just sucks. The problem is when i want to try some language that is not well supported by IntelliJ. No matter how cool the language is i get frus…
I know what you mean, I started programming back in the 80's as a kid so I spent about a decade without anything that looks like a modern IDE and since then I've used nothing but IDE's, I can live without an IDE but I seldom want to, it just suits my programming style.
Re: Visual Studio Code 1.0
#253HOWEVER, it'd sure be nice to open a VTE panel so that I could actually run my code.
I usually just stick with Gedit, and that way I can edit my code, and just re-run it in the terminal and see the output there, without having to change windows.
Re: Visual Studio Code 1.0
#254Earlier quoted context omitted.
But you shouldn't need high end hardware to run a text editor.
It's interesting how people seem to have very different experiences with lag on vscode. I wonder if it's actually much more laggy on some system configurations. What are your running it on?
Re: Visual Studio Code 1.0
#255Earlier quoted context omitted.
I like Notepad++, but I prefer one that works in Windows and in my linux home computer.
Notepad++ does work on Linux and also Mac's using WINE.
Re: Visual Studio Code 1.0
#256Earlier quoted context omitted.
To me (not OP), Python mode means syntax highlighting, code linting, code completion, and unit test integration from within the editor. There's a few other nice-to-haves, but those are the big ones.
In a simple text editor? My requirement would just be that copy/paste does intelligent things with indents.
Re: Visual Studio Code 1.0
#257Re: Visual Studio Code 1.0
#258VSCode has done the thing that nobody expected MS to do, change the way code was written on Unix/Linux. I love linux/unix, but the problem always was with the lack of an awesome text editor cum IDE, yep there is eclipse but it is too clunky, I do not like sublime as it isn't FOSS (call me crazy), gedit took way too much memory, geany is fast and mean but the UI sucks plus functionality isn't that great. Enter VSCode,…
Please, elaborate how VSCode changed the way we write code on Unix? I mean, repeat your statement out loud and ask yourself how big statement you just said. No way in hell how VSCode change the way we write code as much as you stated, no way even Atom did that. Like it or not TextMate came first, and soon after that Sublime Text took over. Yeah, like it or hate it, ST with it’s very well known default monokai theme c…
For my personal project (which is in Rust) I use Atom, which is new for me, but I find to be really impressive. Both its plugin system (which allow for all the extensibility and in my case Rust support) is fantastic, and I don't know where the complaints about speed come from (it's far lighter than IntelliJ, obviously).
I've really been enjoying Atom when I do use it, and don't see why I'd switch to VSCode unless it had better support for Rust. But perhaps I'm missing something.
Re: Visual Studio Code 1.0
#259As much as I love trying VSCode, the lacking of tabs prevents me from keeping it open longer than 1 minute. I'm just not used to not having tabs.
Re: Visual Studio Code 1.0
#260Does VSCode 1.0 still come with the tracking and analytics (phone home stuff) that cannot be turned off?