Moved over years ago from Sublime, never looked back.
Still lots of love for sublime here. I actually use both. Anything for web I use sublime and apps are vscode unless im making a quick change.
Moved over years ago from Sublime, never looked back.
Visual Code is garbage like all Electron apps. You want the best? https://nova.app (from Panic). Native and amazingly snappy!
I use VS Code for .NET Core development as well as Angular. I can work with both in the same editor (as opposed to Rider + Webstorm) and it cost me 0. I can't name one thing I lost moving from Rider + Webstorm. In other words I saved a lot of money. It's also nice that VS code is snappier than Rider/Webstorm. The only con: I had to spend a couple minutes installing several extensions, instead of having out of the box experience.
If you use Rider, how's 'dotnet watch run' working out for you? Last time I used Rider, it was impossible to attach debugger in such scenario.
I find them different tools for different tasks.
I use VS code for small projects, scripts, rapid prototyping etc, and jet brains (pycharm mostly) for actual project work.
no arguments from me that the jetbrains tools have a lot more features, but that’s also the point.
At the end of the day, for me there’s a reason VS code is nearly always open but I still keep paying jetbrains every year.
It’s still perfectly valid for ST to be your preference. Also, great attitude for trying out new things!I keep trying it, but always return to Sublime Text.
That's something I haven't tested. I knew Rider had some web-tech support but I believed it wasn't to same extent as WebStorm. However, I haven't tested it.Never used Rider, but other Jetbrains IDEs ( PyCharm, Goland ) include everything that Webstorm ( + DataGrid ) has, so they are pure full stack - everything is included, including Angular, React etc support. No need to jump between WebStorm and the other IDE. I have no issue with the performance of the Jetbrains IDEs I use, with large projects. Definitely better than Eclipse, which is a mammoth beast.
So definitely, YMMV.
Agreed. I would pay for it just for the improved elegance if it included all of the extensions I use VSCode.I have both VSCode and Nova and I really want to like Nova more but the extensions need a lot of work. Unfortunately linting and type checking is really slow in Nova (because it does a full file check using a CLI tool and then parses the results), quite more than VSCode. The editor itself is so super slick and I look forward to the performance of extensions improving.
I used SublimeText for almost 10 years but finally moved to VSCode and didn't look back as well. Its a shame because I really like their editor but it hasn't kept reasonable pace with Microsoft. I certainly don't expect parity, but be at least be in reasonable distance behind...Moved over years ago from Sublime, never looked back.
Did you select the Apple Silicon version from the download page? If not it likely downloads the Intel version by default.Just installed it on my 2020 MBA M1 and it still showing as an Intel architecture in Activity Monitor![]()
I’m a little bit confused.
You will need to ship two versions of your app: one for x64 (Intel Mac) and one for arm64 (Apple Silicon).
In the future, we will release a package that allows you to "merge" your arm64 and x64 apps into a single universal binary, but it's worth noting that this binary would be huge and probably isn't ideal for shipping to users.
Did Electron release this tool that allows to merge into a Universal build and I’m just missing it? If so MS ignoring the that last line warning against using it for production?
Thank you for this. I was looking all over their site for documentation (nothing?). Figured they would have posted something after that blog post. Didn't think to check github/npm.Yes, Electron has released something since that blog post, which was back in October: https://www.npmjs.com/package/@electron/universal. Also, Microsoft is following the recommendation of providing separate arm64 and x64 builds of the app. They just happen to also offer Universal download. Further, it looks like Electron's warning is based just on resulting app size (the irony...) and not any quality issues (e.g., the "merge" tool still being beta--does not appear to be). So aside from the download being about 50% bigger (not sure about post-extraction size; honestly this is less than I was expecting), nothing too odd here.![]()
I'm sorry -- I understand that it works great etc. etc., but if it consumes tens of times more system resources and power than its counterparts, it's a pass for me. Just waste.
Instead go and support companies that write native Mac software, like BareBones (BBEdit) or Panic (Nova).
Bunch of nonsense.VSCode kills every other IDE of its kind due to extentions people build. Also the pace MS is improving the system is incredible. Every month a new release with plenty of new features ... oh haven’t found a bug on it still.