Deleted Comment
I don't know if you are reading this, Andrew Chalkley and others, but thank you for making such lovely courses. I hope you find or have found something better out there!
I hope Chrome adds this to their own tab group feature set soon because it’s pretty nifty!
- https://packagecontrol.io/packages/SublimeLinter
- https://packagecontrol.io/packages/SublimeLinter-eslint
- https://packagecontrol.io/packages/JsPrettier
- https://packagecontrol.io/packages/LSP
- https://packagecontrol.io/packages/LSP-typescript
If you're on macos, I also recommend creating a file at ~/Library/Application Support/Sublime Text 3/Packages/User/Default (OSX).sublime-mousemap with the following contents -- this adds a cmd+click "go to definition" shortcut that's also equivalent to what VS Code provides. (I guess the path should be "Sublime Text 4" now? but after upgrading, the config at the "Sublime Text 3" path still works for me.)
[ { "button": "button1", "count": 1, "modifiers": ["super"], "press_command": "drag_select", "command": "lsp_symbol_definition" } ]
I've tried to switch to VS Code a few times -- language features (especially TypeScript) tend to work better out-of-the-box but it still isn't close in terms of performance. If you want IDE-like features to "just work" then VS Code is definitely the best choice, but the persistent (albeit sleight) input lag drives me up the wall.
The fact that it’s leveraging Org mode on the backend is magic, I’ve been craving more mobile apps that let me throw unnecessary Emacs at them :-)
Just as an example:
#+TITLE: My habits
* TODO Breakfast
SCHEDULED: <2021-02-27 Sat 08:00 ++1d>
:PROPERTIES:
:STYLE: habit
:LAST_REPEAT: [2021-02-26 Fri 11:58]
:END:
- State "DONE" from "TODO" [2021-02-26 Fri 11:58]
- State "DONE" from "TODO" [2021-02-25 Thu 08:41]
Which reminds me, I should eat breakfast!