Earlier quoted context omitted.
It's not really much though... Software engineers make that in an hour or two, that's reasonable price for 3 years of updates of the primary tool... And it's a business expense. And as the sibling comment says, a game costs about the same.
It depende on the country. In my country (Brazil, where minimum wage is less than US$ 1/hour) a software developer earns about 1/4 or 1/5 (or less) compared to US salaries for a similar job. Spotify, Netflix and YouTube Premium here are much cheaper than in US.
Sublime Text 4
111–120 of 647 posts
Re: Sublime Text 4
#112I'm blown away by how snappy this is. It always is, but it's even better now. This is really impressive work. I don't think I'm the target audience here. I just spent 30m trying to tune this for a TypeScript project, and I can't seem to easily get eslint, prettier, and a few other tools working. I added the TypeScript language server package, but it doesn't offer any of the effortless reference navigation and refacto…
Re: Sublime Text 4
#113> Linux: Touch screen events are now handled
> Linux: Native file dialogs like those for KDE will be used when configured
On behalf of the small, loud minority that cares about these things, thank you very much
Re: Sublime Text 4
#114> TypeScript, JSX and TSX Support It doesn't seem like Sublime ships with the Typescript language server by default, not sure if I'd call syntax highlighting as support.
It's the same support we supply for every language. Syntax highlighting drives our goto-definition, goto-symbol, auto-complete and more.
However, Language Server is way more than syntax support and a huge time saver for Typescript developers. You'll need it to attract Typescript developers, especially since your customers are likely to be advanced users.
Re: Sublime Text 4
#115> Sublime Text license keys are no longer tied to a single major version, instead they are now valid for all updates within 3 years of purchase. After that, you will still have full access to every version of Sublime Text released within the 3 year window. I really love this model.
Re: Sublime Text 4
#116Earlier quoted context omitted.
Settled into neovim for startup speed. My VSCode editor has vim keys too, so ... ohm! :) edit: My only gripe with VSCode currently is that it seems too eager to correct my typing.
I actually battle vscode every freakin day over autocomplete. It's really bad if you're writing php and happen to have a // phpcs somewhere, it'll convert <?php to <?phpcs which makes no damn sense.
Re: Sublime Text 4
#117I'm a Data Engineer that works all day with all sorts of data, most of which gets streamed through python, dataframes, some sqlite, lots of awk/sed - but at least a half dozen times a day, every day, I drop a massive chunk of text into Sublime and crank through it - its progressive regex, fast filtering, search/replace are just coded into my finger DNA - It handles absolutely huge files that would cripple something l…
Not a Data Engineer (yet?) but that sentence definitely apply to me.
Re: Sublime Text 4
#118Earlier quoted context omitted.
It's the same support we supply for every language. Syntax highlighting drives our goto-definition, goto-symbol, auto-complete and more.
This is interesting. Does that mean that it's not possible to goto-definition for a file that isn't open? What about goto-definition of a file in a different module? Combining syntax highlighting and code navigation seems like a reasonable approach, I'm just curious how it works.
Re: Sublime Text 4
#119> Sublime Text license keys are no longer tied to a single major version, instead they are now valid for all updates within 3 years of purchase. After that, you will still have full access to every version of Sublime Text released within the 3 year window. I really love this model.
I just wish it was a little cheaper. Every time I think about buying a license I realize it’s like 30-40 USD more than I expect and I chicken out
Re: Sublime Text 4
#120I really wish that Sublime would add an integrated terminal panel. None of the packages I’ve tried that do add a terminal view, work the way the way I want them to. It’s really the one feature that’s holding me back from even trying to switch away from VS Code.