7

Best lightweight editor for coding?

Comments
  • 18
    Visual Studio Code!
  • 22
    Vim 😁 *grabs popcorn*
  • 0
    Notepad
  • 7
  • 3
    @sovietspy2 32m, and war hasn't start yet 🤣
  • 6
  • 0
    Vs code or nano
  • 3
    Notepad++
  • 2
    Vim, vscode, sublime, I use all the of those intermittently and tester like all of them, airtight for different reasons and tasks.

    I do have to say though, VSCode with the VSCodeVim extension... Pretty bloody good. I may have a new favourite.
  • 3
    vi and vs code
  • 3
    eclipse.
    ..
    and srsly, it depends on the platform:
    nano for putty sessions.
    vi for console.
    np++ for windows.
    gedit for *buntu.
    textmate for mac.
  • 4
  • 4
    Sublime Text simple file editing (it is just a very advanced text editor)

    Visual Studio Code for bigger projects

    ...

    Then you have all of the big IDEs like Visual Studio, Intellij etc
  • 0
    @demiko its not.
  • 9
    Emacs *duck and run*
    *shouts from the distance* with
    evil-mode!
  • 3
    I never learn to not comment in rants like this. I only get a lot of one word comments notifications xD.
  • 3
    I was half expecting to see Atom but it's good to see people have brought their sense with them today.
  • 0
    @demiko someone did not get the joke. nm.
  • 1
    Microsoft WordPad
  • 3
    viutiful
  • 2
    This question is to anyone using vim?How do you manage large projects with many files.i mean what if system crashes or shut downs and after restarting you get ao may lock files or something?In sublime or jetbrains ide or atom or vs code you just start from there without loosing anything. Just curious as I like vim commands but this is holding me back
  • 6
    @edwrodrig Welcome to the team
  • 4
    Neovim, vim or ST3. In this order. 😜

    How can anybody code using nano? It's ok for a small remote edit on a config file but *actually* coding in nano? I don't get it...
  • 4
    @anekix Vim creates .swp files with the last snapshot. when you reopen they ask if you want to recover
  • 2
    @jordinebot its got a lot of customization options
  • 2
    @anekix As @edwrodrig said.
    vim -r -> to list swap file
    vim -r file.swp -> recover a crashed editing session
    (or see man vim for more info xD)
  • 4
    @anekix basically: use git, inoremap <ESC> <ESC>:w<CR>, set nobackup, set noswapfile.

    I've never lost anything due to a crash...

    Edit: I know disabling swap files is considered a bad practice but I love living on the edge 😎
  • 3
    Im surprised by vim's popularity 👏👏 what a time to be alive 😊
  • 3
  • 2
    @RazorSh4rk that's a lot of ++
  • 0
    @vladde VSCode is just a really advanced text editor as well. Most of the things in this thread are. I'm also not sure you really understood what this was supposed to be about: lightweight editors, not honking great IDEs with a million features no one ever uses.
  • 1
    @DirtyBit im a professional hacker it seems
  • 1
    @RazorSh4rk for the sake of curiosity I'll try nano one of those days...
  • 1
    @anekix others have mentioned .swp files. Also you could use ctrl+p for quickly finding different files.

    No matter what I use, I never have more than 2-4 files open at the same time. If I have to be jumping between that many files, it's time for refactoring and reorganising the project ...
  • 1
    @rusty-hacker I totally agree. Also, closing files when you're done with them is a good thing to do.
  • 1
  • 1
    Notepad++ with plugins
  • 2
    Brackets.io
  • 1
    VS Code
  • 2
    Nano when editing over SSH
    Sublime when doing other stuff
  • 0
    Geany's a pretty good but rarely mentioned one in my opinion. It features a nice compile hotkey and a notepad to add a simple todo list to a file. Its like a better Notepad++ in my opinion, with the downside of being (I believe) Linux exclusive
  • 2
  • 1
    Yeahh I use Emacs right now hehehe... hehe... @talvdav
  • 4
    Command line.
  • 5
    @elonmusk echo "print('hello world')" > helloworld.py
    ?
  • 5
    @DirtyBit I thought nobody will scroll to the end! 😂
  • 4
    @elonmusk every one does scroll down to the bottom

    who wants to miss the best comments 😁
  • 0
  • 2
    @demiko @dfox
    Scroll down floating button maybe?
  • 1
    @demiko there are many rants with long thread! Hmm may be he will consider it!
  • 0
    Geany, has everything I need
Add Comment