A few other great settings to add: "caret_extra_bottom": 1, "caret_extra_width": 1, "spell_check": false, // if you are working with non-English text pretty often "scroll_past_end": true, "highlight_modified_tabs": true, "trim_trailing_white_space_on_save": "not_on_caret", // that is more smart behavior than just "all" ;-) And THE most overlooked one: "hardware_acceleration": "opengl", // By default UI will be calculated on your CPU with horrible screen tearing! The last one makes your Sublime Text so smooth!
While I don't agree with all of these settings, I am glad I learned that such adjustments can be made to fonts, line-spacings, themes and colors. A "good to know" video.
Very special thanks to create my editor more clean and fresh. Specially line top and bottom padding. Its really save me from lot of things. its really awesome..
Nice one, although I prefer muted color themes like nord. And I go all the way minimalistic, I remove line numbers, highlight the gutter only instead of the line, hide tabs (the almighty ctrl+p works fine)...
@@jonas999lljw Nope. You can see at 1:41, there is a suggestion box with 'Accept' & 'Reject' button based on what you are writing. I was talking about that. It is amazing. How did you do that?
@@_timestamp Dude, just 'cause something is "the standard", doesn't mean it's the best. VSCode was built using web-technology (electron in this case), which means it's basically some kind of "tweaked web browser". We all know that web browsers are slow and consume INFINITE memory without any acceptable reason, and that's exactly the same behavior you get when using VSCode. In Sublime Text, I can open a .dart file with LSP server functionality (autocomplete, diagnostics, etc) consuming around 250mb of RAM. If I open the exact same file, with the same LSP functionality in VSCode, it consumes at least 1.5gb of memory. That sh1t makes no sense at all. I believe the only reason people made VSCode a "standard" is because it's way easier to setup and start coding right away. In this video you can see Sublime Text takes more pacience and tweaking to make it work, specially if you're trying to setup a new language/tech. But I rather spend some time configuring an "efficient and nicelly built c++ based editor" than using a "horribly adapted web browser" as my editor. That's me though...
Nice video but it would be great if you would explain what button command you press to open all these search bars in your video. I had to look for what you did and how to look for it. I just don't get it, I can not find that Aura theme, it is just not listed. Doing tutorials with missing parts like that button command to do the stuff you do, is for people who don't know how to do that, not possible. Now my sublime looks rlly uggly and am getting constant errors... AMAZING
I had the same problem. Anyways if u still need this: Save that Raw file as "aura-theme.tmTheme"(make sure to include " "), and file type should be All Files.
I am a Sublimer as well! Yeah, it might seem old school, but is fast as hell and does not eat up your RAM.
does sublime have good support for language servers? looking for an alternative to vscode
I am older than you
I love Dreamweaver
@@wadecodez Yes you can install LSP package, with LSP for different languages separately
@PlayerRPG85 Can you recommend me the plugins you use?
@@pratikkeni Can you recommend me the plugins you use? Let's say, when I use a model, I cannot import the path of the model.
A few other great settings to add:
"caret_extra_bottom": 1,
"caret_extra_width": 1,
"spell_check": false, // if you are working with non-English text pretty often
"scroll_past_end": true,
"highlight_modified_tabs": true,
"trim_trailing_white_space_on_save": "not_on_caret", // that is more smart behavior than just "all" ;-)
And THE most overlooked one:
"hardware_acceleration": "opengl", // By default UI will be calculated on your CPU with horrible screen tearing!
The last one makes your Sublime Text so smooth!
While I don't agree with all of these settings, I am glad I learned that such adjustments can be made to fonts, line-spacings, themes and colors.
A "good to know" video.
I have Sublime Text 4 with github dark theme, Jetbrains mono font and python input functionality (terminus plugin). Very fast, clean and beautiful.
manually entering the "color_scheme" value in settings, worked for me ("color_scheme": "Packages/Aura Theme Color Scheme/aura-theme")
Same problem, same solution.
To be precise, for me the correct value was "Packages/Aura Theme Color Scheme".
You should make a video on what packages you use for PHP :)
Thanks bro it's a paradise for the eyes
Very special thanks to create my editor more clean and fresh. Specially line top and bottom padding. Its really save me from lot of things. its really awesome..
What is the white theme you like?
I will make a video about that.
This was a fantastic video. I just thought I'd try Sublime Text, as I usually use VS Code, but wanted to try this. I'm loving it.
Can you recommend me the plugins you use? Let's say, when I use a model, I cannot import the path of the model please.
I did everything as described, but SublimeText can't see the folder "Aura Theme Color Scheme" ! I don't understand why
same problem. I'm on Ubuntu. I'm stuck at this point
Make sure to save the aura-theme.tmTheme without the txt extension
same problem on window broo
When saving the file, make sure to use the extension .tmTheme, such as aura-theme.tmTheme
When saving the file, make sure to use the extension .tmTheme, such as aura-theme.tmTheme
Nice one, although I prefer muted color themes like nord.
And I go all the way minimalistic, I remove line numbers, highlight the gutter only instead of the line, hide tabs (the almighty ctrl+p works fine)...
Nice video, Nuno. Gotta try the Aura Theme 🎉
Nuno any chance you can recommend any PHP related plugins for this? I used to use sublime but switched to phpstorm because of the auto completion.
i cant see the aura theme even i drop it into the sublime text package folder plss help me bro
when saving the file just make sure it wont save it as .txt
i tried that but it still does not work@@debugmaster1
What about plugins for code completion and so on? Do you use a LSP?
I don't use any plugin for code completion.
@@nunomaduro You answered a bit below that you use LSP-Copilot. So you will have some kind of code completion
@@JohnnyBigodes Ho yeah. Copilot is the only thing I use.
I loved your auto-complete suggestion box. How did you do that? Do anyone know?
same question
u mean searching for settings? its control + shift + p
@@jonas999lljw
Nope. You can see at 1:41, there is a suggestion box with 'Accept' & 'Reject' button based on what you are writing.
I was talking about that. It is amazing. How did you do that?
where can I found that script to cut n paster??
can i do i=this in code blocks?
Suggest a good file icon package
There's a package called "A file icon"... very handy
@@BalduinoFernando thanks brother
I like Monokai-Grey + A File Icon
It's not working 😢
Why you not using vscode??
Because there is better.
@@nunomaduro Vscode is the standard for web. How is Sublime Text better than vscode? genuinely curious
@@_timestampVsCode is slow. Haven't you noticed the difference?
@@_timestamp Dude, just 'cause something is "the standard", doesn't mean it's the best. VSCode was built using web-technology (electron in this case), which means it's basically some kind of "tweaked web browser".
We all know that web browsers are slow and consume INFINITE memory without any acceptable reason, and that's exactly the same behavior you get when using VSCode.
In Sublime Text, I can open a .dart file with LSP server functionality (autocomplete, diagnostics, etc) consuming around 250mb of RAM.
If I open the exact same file, with the same LSP functionality in VSCode, it consumes at least 1.5gb of memory. That sh1t makes no sense at all. I believe the only reason people made VSCode a "standard" is because it's way easier to setup and start coding right away. In this video you can see Sublime Text takes more pacience and tweaking to make it work, specially if you're trying to setup a new language/tech. But I rather spend some time configuring an "efficient and nicelly built c++ based editor" than using a "horribly adapted web browser" as my editor. That's me though...
Sublime can do the same but is consumes less ram,cpu@@_timestamp
what packages do you use for ST?
Great question! I've tried to focused this video only on the theme. I just have one package, that is: github.com/TerminalFi/LSP-copilot.
Great stuff!! Thanks for sharing Nuno ❤ What about light theme? Can you tell me what color scheme do you use? Thanks in advance 🙏🏻
I will probably make a video about it!
@@nunomaduro PLEASE GIV US WHITE THEME
@@nunomaduro Hope you'll do one! Just saw it on a Laravel Weekly video and it's really elegant 👌
what extensions do you use?
which browser are you using?
Nice tutorial. Imho aura theme colors are bad for variable types.
I like it. Thanks for sharing that feedback tho.
Best text editor
Nice set up
Nice video but it would be great if you would explain what button command you press to open all these search bars in your video. I had to look for what you did and how to look for it. I just don't get it, I can not find that Aura theme, it is just not listed. Doing tutorials with missing parts like that button command to do the stuff you do, is for people who don't know how to do that, not possible. Now my sublime looks rlly uggly and am getting constant errors... AMAZING
Love sublime text
Can you recommend me the plugins you use? Let's say, when I use a model, I cannot import the path of the model.
Padding 15 top and bottom? Interesting, but not for me! Way too much. This has rekindled my interest in Sublime though.
🤩🤩🤩🤩
Python uses tabs 😅
💯
aura theme is not workng in sublime
same
I had the same problem. Anyways if u still need this:
Save that Raw file as "aura-theme.tmTheme"(make sure to include " "), and file type should be All Files.
@@aleksa_2105Thanks Bro