I guess this is a fair sentiment if one or other of Sublime’s (largely minor) bugs are show-stopping for you or your company. Guess I’m curious as to which though. While I am well aware that Sublime has lots of little bugs, as are most, they don’t get in the way anywhere near enough to warrant ditching Sublime. Like many, while I have some frustration about the recent pace of development with Sublime, in the end a tool is fit for purpose if it does what you need now and for the foreseeable future.
It sounds to me like these plugins add significant value to your company’s workflow. Which, in turn, adds value to Sublime and devalues Atom. Nonetheless, putting aside the obvious ‘go away’ type remarks, let’s try to be helpful…
I’m not familiar with those packages. Assuming they are open source github projects, as many Sublime packages are, the obvious options are:
- Port these plugins yourself. This will involve rewriting the plugin logic in coffeescript; mostly this will be fairly straightforward if a little time-consuming. Difficulties will come in the area of differences between Sublime and Atom’s API, requiring some headscratching if Atom’s API’s are different or behave differently.
- Pay someone to do (1).
- Wait around in the hope that someone else does the hard work for you.
Porting plugins require some confidence in programming and a good familiarity of at least one of the two platforms/languages.