Deal breaker for me (last time I checked it out) was the lack of a built in git diff. I don't need anything fancy, but I can't live in an editor without it. Does anybody know if this is planned or workable in later versions?
I know it's not what you asked for, but I used to use the one is VS Code exclusively. Now I use Sublime Merge 90% of the time and it's been a huge benefit to my workflow. I didn't expect it to win me over, but I instinctively reach for it now.
Nova 9
91–100 of 107 posts
Re: Nova 9
#92Docker on mac just...sucks. So I don't develop on mac. Remote debugging sucks, so I don't like to setup a pure remote env for development. Maybe I just have Linux-colored lenses but I am not sure I see this product having huge growth potential given it's intentionally small target audience.
Re: Nova 9
#93I’d love for Nova to happen because competition is important and it’d be great to have more native alternatives but in its current state I can’t recommend Nova to anyone yet.
Re: Nova 9
#94There was a rumour some years ago (based on a tweet from a member of staff there) that Panic were working on an email app for mobile devices. Even now I still hope that rumour is true - a genuinely well designed email app made the usual high standard of polish synonymous with Panic software would be amazing.
Re: Nova 9
#95Time to give it another try! But I struggle to use it without a git diff view. It can’t come soon enough.
Try diff2html - just a single npm install command away from viewing your diffs in your browser whenever you run "diff2html" in your terminal (pro tip: alias "diff" to the command). https://diff2html.xyz/
Re: Nova 9
#96Earlier quoted context omitted.
It seems pretty likely they will either continue to develop Nova, or replace it with a newer app, indefinitely. They’ve been consistently shipping a code editor (Coda until 2020, now replaced with Nova) since 2007. Apart from uncharacteristically losing interest, I think the only reason they’d stop developing Nova or some spiritual successor is becoming unsustainable as a business. Fortunately for Panic, there are st…
Coda was quite dead before relaunch as Nova. Even if not outright discontinued, if Nova got to the stage Coda 3 was, that would not be great.
Re: Nova 9
#97Re: Nova 9
#98I bought a license some time ago because I want a native Mac IDE to succeed! I use Nova for Rails development and it feels quite pleasing. I also use Jetbrains and Sublime but avoid VSCode wherever I can. Too many plugins and not enough out of the box combined with less intelligent refactoring (Jetbrains is unbeaten here). Nova is amazing fresh air and whenever an update lands it’s like a little present and I get exc…
Re: Nova 9
#99Re: Nova 9
#100Having said that, its flakier-than-a-kouign-amann LSP support was a big stumbling block for me. Ironically, the oldest native macOS editor, BBEdit, now has pretty solid LSP support -- with many servers, you can just install them through npm and they're automatically picked up and used correctly. With Nova, sometimes they come installed, sometimes they say they come installed but really don't, sometimes they don't work for mysterious reasons, sometimes they explode and send flaming bits of code cascading across your screen. (Metaphorically.) Also, the last time I tried it (around v7, back in August: they're kind of ripping through version numbers, aren't they?), Nova's native autocompletion, which clearly tries to be smart and language-aware, behaved pretty inscrutably, generally much worse than TextMate's old "just offer to complete a word somewhere already in the document" approach.
I'll probably try Nova again, but for both Elixir and PHP, BBEdit is unglamorous but actually pretty solid for me. (I don't do much in JavaScript currently so haven't dug into that yet; I may see about trying to bring BBEdit's Ruby on Rails support up to par, too.)