Nova by Panic
291–300 of 549 posts
Re: Nova by Panic
#292I see a lot of folks here comparing this to VS Code and asking "Why would I use this instead?" — I am exactly on the opposite side of that equation. Why would I use VS Code when I can use this? I've been using Atom for most of the decade (plus a bit of Sublime, and TextMate before), and I've loved being able to hack it to look and feel exactly how I want. There's a ton of custom CSS in my setup. Now, Atom is slow. Th…
> Atom is slow, VS Code is appreciably worse Honestly this isn't possible. VSC had better perf than Atom 4 years ago[1]. I say this as a long-time Sublime user, which is best-in-class[2] when it comes to perf. > I've loved being able to hack it to look and feel exactly as I want What is not customizable in VSC? When I first started using VSC, I installed an extension that made all my keybindings exactly as they were…
Re: Nova by Panic
#293I really like their pricing structure here. If you want updates forever, it's functionally a subscription (which makes sense - constant updates require constant dev work). The key difference is that if you stop paying, you keep everything you've paid for previously (the app and all past updates). That's a _great_ way to do a subscription.
I've been spending a lot of time lately thinking about what I'd want for a subscription service. I've paid for subscriptions that allow you to continue to use the old version indefinitely, as well as subscriptions that completely turning off access to software at the end of the subscription. I think the "use the old version indefinitely" is actually irresponsible as soon as the application opens a network port: it's…
I hope it works out for you!
Re: Nova by Panic
#294It's all well and good to strive to take advantage of a native OS but it should not come at the cost of platform exclusivity.
It’s time someone built a good macOS-native editor. There are already plenty of non-native solutions out there.
Re: Nova by Panic
#295> It's new, hyper-fast, and flexible, with all the features you want: [...] a Minimap Do people actually find the Minimap useful for coding? If so, how? And why is it better/different than just a scrollbar, or searching? I've always thought of Minimaps as a thing that seems like it should be adding something to the interface, but actually isn't at all. Seems like pointless eye-candy, to me. What am I missing?
Re: Nova by Panic
#296Re: Nova by Panic
#297Earlier quoted context omitted.
I change platforms many times a day (macOS, Linux, occasionally Windows) and VS Code being cross platform is essential for my use of it. Being Mac-only is a complete deal-breaker.
I've been testing cloud-hosted VS Code (Codespaces) for the portability between platforms and I'm liking it so far. There are certainly drawbacks but running everything on the cloud allows me to code on a lightweight machine like MacBook Air or Microsoft Surface with extended battery life regardless of the workload. It also keeps the machine cool and silent.
Re: Nova by Panic
#298Does anyone have React Native + TypeScript development/debugging experience with Nova? I'm currently using Vscode, and I'm wondering if I should have a look at Nova for this. (Nothing wrong with Vscode, I'm a bit into adventure)
Re: Nova by Panic
#299Earlier quoted context omitted.
The vast majority of developers aren't hanging out on HN though. I'll wait till there are real benchmarks but I'd be very surprised if Nova is actually noticeably more performant than VS Code.
Just the fact that Nova is ~36MB and VSCode is ~3x that at ~95MB should at least point you in the right direction. Also note that Nova already includes features that are only available via separate plugins on VSCode.
Say what you will about Electron apps in general, but Microsoft has done a great job in making VS Code not feel like a typical Electron app.
Re: Nova by Panic
#300Looks like Language Server Protocol [0] support is on their list of features - awesome. Will definitely check out, I have a soft spot for native. [0] https://microsoft.github.io/language-server-protocol/
kinda wild that something so important is buried in a huge list of other things. LSP is critical for _anything_ that even _wants_ to compete with VSC.
Basically we are all going to be waiting for the ‘And now Nova can import all your VSCode stuff seamlessly’.