Anyone know a way to auto-indent lines when working with HTML/Javascript? I feel the "Select text - Reindent" process is cumbersome
{ "keys": ["command+shift+g"], "command": "reindent", "args": {"single_line": false}}
61–70 of 270 posts
Anyone know a way to auto-indent lines when working with HTML/Javascript? I feel the "Select text - Reindent" process is cumbersome
{ "keys": ["command+shift+g"], "command": "reindent", "args": {"single_line": false}}
I use Sublime Text every day. I love it. I paid for it. I even develop plugins for it.[1] But I don't recommend it to peers. Why? Because Sublime Text has a low bus factor.[2] 6 years ago, I bought TextMate. Like Sublime Text, I enjoyed using it. Sadly, TextMate became abandonware. The sole developer suffered burnout. Bugs were never fixed. Promised features never showed up. Users wanted to fix these issues themselve…
I use Sublime Text every day. I love it. I paid for it. I even develop plugins for it.[1] But I don't recommend it to peers. Why? Because Sublime Text has a low bus factor.[2] 6 years ago, I bought TextMate. Like Sublime Text, I enjoyed using it. Sadly, TextMate became abandonware. The sole developer suffered burnout. Bugs were never fixed. Promised features never showed up. Users wanted to fix these issues themselve…
Earlier quoted context omitted.
The biggest bug for me is that it's $70 - Although I'm a professional developer, I'm still fairly underpaid (I don't live in London, San Fran, NY, etc.) and thus it's out of my price range when I can barely afford travel, rent and food.
Being underpaid isn't a function of being in a particular region (assuming your in America). Middle America Jr. Devs with little/no programming experience are getting started around $70K.
I must just not be as good as a Junior in middle america.
Earlier quoted context omitted.
The biggest bug for me is that it's $70 - Although I'm a professional developer, I'm still fairly underpaid (I don't live in London, San Fran, NY, etc.) and thus it's out of my price range when I can barely afford travel, rent and food.
Can't the company you work for buy you a license?
I use Sublime Text every day. I love it. I paid for it. I even develop plugins for it.[1] But I don't recommend it to peers. Why? Because Sublime Text has a low bus factor.[2] 6 years ago, I bought TextMate. Like Sublime Text, I enjoyed using it. Sadly, TextMate became abandonware. The sole developer suffered burnout. Bugs were never fixed. Promised features never showed up. Users wanted to fix these issues themselve…
Awesome. I almost considered buying it. Almost.
I still can't find a good reason to switch from Vim.
I spent some time last year using Sublime Text 2. [1] But I didn't get very far before I switched back to vim. My guess is that I'll have to unlearn my vim-ism or go all-in on vim and spend time practicing the more esoteric commands until they become second nature.
[1]: https://walledcity.com/supermighty/first-impression-sublime-...
Going public with the Beta doesn't bode well for the numerous small bugs and inconsistencies that have plagues sublime for longer than the closed Beta. Some also have been introduced with new features, but still remain unaddressed. It also probably means no new plugin Api functions and features, although many have been requested for a long time. I guess since ST is such a well-rounded product overall that these short…
I use Sublime Text every day. I love it. I paid for it. I even develop plugins for it.[1] But I don't recommend it to peers. Why? Because Sublime Text has a low bus factor.[2] 6 years ago, I bought TextMate. Like Sublime Text, I enjoyed using it. Sadly, TextMate became abandonware. The sole developer suffered burnout. Bugs were never fixed. Promised features never showed up. Users wanted to fix these issues themselve…
Sublime was able to change it from a "buy once, always use" to paid upgrades. This makes it a more sustainable business model. This is something that TextMate never had.
As a counterpoint, as long as the version you already have is useful, and as long as it's a permanent copy that is not going to just stop working if the supplier takes their ball and goes home (I'm looking at you, Adobe), all you're risking is not having improvements that you were never guaranteed anyway. If the current version is better for you than whatever else you could have used instead, it's probably still worth buying it even with no future-proofing, IMHO.
Anyone know a way to auto-indent lines when working with HTML/Javascript? I feel the "Select text - Reindent" process is cumbersome
Put this in your user key bindings and then you can auto-indent with cmd+shift+g: { "keys": ["command+shift+g"], "command": "reindent", "args": {"single_line": false}}