Sublime Forum

Sublime Text as main IDE

#1

Hello, I wanted to ask you fellow sublime text followers, fans and friends. I am curious do you use sublime text as your day to day work and if you do which kind of work do you do with it. Do you use something beside it. The reason why I ask is because I find sublime text to be really amazing and I am
wondering if it can be your main editor. I understand most people use VSCode, not a fan of it tbh, have used it but find it heavy, bloated and laggy af. There is NVim and Emacs which I think are also amazing but the learning curve is quite something for those two, I find sublime to be a perfect fit for me. Is there somebody who has been using sublime for an extended period of time and decided to stick with it and if so why. Thank you :slight_smile:

0 Likes

#2

I have used it since around 2013 or 2014. I started using notepad++ then shifted to Sublime of how sleek looking it is. I have tried multiple times to move to Vscode but for some reason it always feels slow and cluttered. I also have tried Neovim and I do got familiar with how to use it but mastering it feels like needing to learn how to ride the bike again.

Here are some of the reasons why I got stuck with Sublime:

  • Awesome people made language servers work with Sublime
  • I found there’s an unofficial discord and the community behind it is more helpful than other “opensource” communities I have lurked in
  • I learned how to create my own plugins

The only thing that would cement me here would probably be if the company become more in touch with their community.

4 Likes

#3

That is awesome to hear thank you for your reply I appreciate the feedback. Also do you use sublime text as your main IDE/editor in your every day work or do you use something along side with it for your heavier duty/projects and stuff. I love it for instance have been setting it up for quite some time and finally finished, now I am wondering if it can be really used for every day work like Web Development but at the same time for like fun stuff at the side like doing C, C++ Java, Python more in terms of game making/embeded programming and etc.

0 Likes

#4

I have been using Sublime Text for years as my main editor. I use it for PHP, Python, HTML, CSS, and JavaScript editing. I have also wrote custom build plugins that allow me to use Sublime to run SQL queries directly from sublime. I rarely use anything else.

2 Likes

#5

Yes. I use Sublime for a lot of things. It’s my main code editor, scratch pad, log viewer, obsidian alternative.

I also have used it with Java way back in college since my laptop faints if I use netbeans or eclipse. I have also been recently using it for game development with godot (though unfortunately, there’s not much plugins for it).

Just so you know, it has a powerful build system internally and a debugger plugin (though, I havent extensively used it) which you can use for the compiled languages you mentioned.

I know it is daunting to set it up but I find it rewarding because it made me know my tool more. If you feel discouraged, ask how to do X on discord.

1 Like

#6

Awesome to hear, I didn’t know about godot so good to know, you learn something new every day ain’t that the truth. Also I want to setup sublime for web development which I already have, I use css html javascript and php, I set it all up using plugins , especially LSP. Now my focus is setting it up for C and Java and Python, which I have also done , all the build system’s work and like you said, takes a while getting used to setting everything up but it is satifying once you actually do it! Need to find out how to code games in C on mac, that’s my next problem to deal with haha :slight_smile:

1 Like

#7

It’s my only editor. I usually write in matlab, R, python, C, latex, markdown, bash and nushell. I recently discovered the lsp, so the experience is even better now. The custom compile command are just great.

1 Like

#8

It is my primary editor though my usecase is less for coding (though I have used it for that purpose) - it’s my primary text editor. I write in markdown and the pandoc plugin is indespensible for me both before I retired and after. No other editor has such a useful pandoc integration. The ability from within ST4 to write my markdown then generate using pandoc, based on my needs, HTML, PDF, DOCX, ODF, or plain text without having to exit ST4 is terrific. I should be very unhappy without this editor. I’ve tried Atom, NP++, VSCode, Kate, Emacs. ST4 is the best of them IMO.

2 Likes

#9

I use Sublime as my main editor. Moved to VS for a bit to try out copilot, but found it too clunky, even if it does try to clone many features from Sublime. I also find the integration with Submerge to be sleek. Across our office devs may use any editor, some use VS. When doing a screen share it is noticeable how long winded VS is compared to Sublime, but each to their own.

1 Like

#10

ST has been my only editor/IDE for more than 15 years, and the only software I’ve ever bought.

The best selling point for me is that ST is THE text editor for Python developers (I am one). If you know Python and have time, you can customize almost any aspect of it. In this sense ST can be seen as a framework to write your own text editor / IDE. Or if you wish, an engine to program ST itself. My /User directory is a (GIT) project on its own, with thousands of lines of Python code and unit tests, which I kept expanding over the years. The end result is a ST experience which is specific to myself, quite different than the default ST installation. I doubt I could reach this level of programmability and customization with other GUI editors.

ST was written with extensibility in mind, and it was clearly meant to be used by developers (the JSON based configuration is a clear example). What they did is truly astonishing. A lesson in software design.

1 Like

#11

Used as exclusive web eng coding editor, i.e. for HTML, CSS, SCSS, JS, etc for last 8 years. All day every day really. I never use other editors alternately with it despite the mania surrounding VS Code - which I have installed but found it jammed on vigorous use.

Occasional use as text editor for scripting on Linux but not as main editor in this work. The built-in editors like Nano or Gedit do whatever I need so far. I have Vim installed but trying to remember all the shortcuts is a drag. In any case my (self-taught) productivity is not controlled by code entry speed but rather by implementation drags like choosing the best constructs, debugging and user testing.

I stuck with Sublime Text after VS Code’s limitations became clear, after I began to use the ST extensions effectively and moreover after ST quick response emerged. I must add a special word of thanks to a guy called OdatNurd who is the supreme package builder and explainer of packages on YouTube and on this forum. Without guys like him - and I don’t believe you’ll find anyone like him on VS Code’s community - and all they bring to the ST environment, it just wouldn’t be the same scene.

Welcome aboard, man. :handshake:

1 Like

#12

Just wanted to second all of this as it’s basically the same as my experience.

The language server development has really made a big difference. If that work hadn’t been done, and the core team didn’t do it, I honestly would have probably moved on and kept ST for only niche things like markdown (as many do AFAICT).

The other thing is getting to grips with all of the customising and plugin options. OdatNurd’s youtube channel is great for this (https://www.youtube.com/@OdatNurd/videos) and they’re still active here.

I’ve published one (here if you’re curious) that I made for myself but thought others might find useful and made a few basic things here and there for myself. I’ve also made my own color themes that I tweak when desired as well as snippets and a number of keybindings for making things easier (my favourite right now being the space bar while in vim Normal mode as the beginning of a sequence for doing all the LSP things).

Python is a great language for the plugin API as so many “batteries are included” to supplement whatever the API (docs here) may be missing.

I describe it as a well worn and comfortable shoe that I just don’t need to change/update until it completely falls apart (which will hopefully not happen!!).

Should sublime start having problems, VS Code always felt too bloated to me too and neovim/emacs would have to provide real selling points for me to (re)learn working with them (though I do use vim bindings in sublime).

1 Like

#13

ST4 (previously ST3) has been my daily driver for years. I do almost all my writing (Julia – excellent LanguageServer support and Send code to Terminus plugins, Markdown, zsh scripts, config files, CSV data) in ST. I use Pandoc to export Markdown to ODT/ODP/DOCX/PPTX and do some final tweaks in LibreOffice. One of my favorite pieces of software. A keeper.

0 Likes