Show us your Editor!

Here's mine, vscode ofc (would i use anything else ;p)
1693950324561.png
 
I've been using Helix for a while now. It's like vim or kakoune, has built-in LSP support, and is written in Rust. Multi-cursor support is really nice for manipulating text. You don't need a huge config file with tons of plugins for all of the nice features you want in an editor/IDE.
 

Attachments

  • 2023-09-05_17-07_1.png
    2023-09-05_17-07_1.png
    136.9 KB · Views: 7
No screenshots I'm too lazy now, but I'd love to use sublime text and merge, but it needs more build in extensions tbh even live preview needs to be installed globally addon and it is 3 years old no updates at all so I moved back to VSC
 
View attachment 58

What is this called? Where its showing the hierarchy?
uhh, well "the thing" is called "breadcrumbs" / "breadcrumb navigation" but, that's just on by default.. its not something I've changed/added or anything

edit: looks like its togglable in settings if you search "breadcrumbs" though
 
uhh, well "the thing" is called "breadcrumbs" / "breadcrumb navigation" but, that's just on by default.. its not something I've changed/added or anything

edit: looks like its togglable in settings if you search "breadcrumbs" though
Thanks, I will add that to my emacs today :)
 
I have changed my opinions about the vscode theme. I think its a fine theme for the day. BTW I also added a custom mode.
1694023896825.png
 
I've been using Helix for a while now. It's like vim or kakoune, has built-in LSP support, and is written in Rust. Multi-cursor support is really nice for manipulating text. You don't need a huge config file with tons of plugins for all of the nice features you want in an editor/IDE.
How is helix ? like its better than vim ?
 
Code:
(add-hook 'python-mode-hook '(lambda () (setq prettify-symbols-alist
                                                '(("lambda" .  955 )
                                                  ("and"    .  8743)
                                                  ("or"     .  8744)
                                                  ("->"     . "→  ")
                                                  ("<="     .  "≤" )
                                                  (">="     .  "≥" )
                                                  ("=="     .  "≟" )
                                                  ("!="     .  "≠" )
                                                  ("!="     .  "≠" )
                                                  ("*"      .   "×")
                                                  ("def"    .  "𝒻")
                                                  ("class"  .  "𝓒")
                                                  ("in"     . #x2208)
                                                  ("not in" . #x2209)
                                                  ("not"    .    "¬")
                                                  ("return" .    #x27fc)
                                                  ("yield"  .    #x27fb)
                                                  ("for"    .    #x2200)
                                                  ;; Base Types
                                                  ("int"    .    #x2124)
                                                  ("float"  .    #x211d)
                                                  ("str"    .   #x1d54a)
                                                  ("True"   .   #x1d54b)
                                                  ("False"  .   #x1d53d)
                                                  ))))
 

About Us

  • The Linux.Chat community is a multi-platform community for general Linux® support. We provide help and support for any Linux® distribution and aim to answer any questions you might have about Linux®. Discussion about the various aspects of Linux® and Free/Open Source software is also encouraged.

    Visit our communities website at Linux.Chat.
  • Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.

Quick Navigation

User Menu