The Dek@lemmy.world to Ask Lemmy@lemmy.world · 1 year agoComrades of Lemmy, what's your favourite linux code editor that supports wayland?message-squaremessage-square10fedilinkarrow-up116
arrow-up116message-squareComrades of Lemmy, what's your favourite linux code editor that supports wayland?The Dek@lemmy.world to Ask Lemmy@lemmy.world · 1 year agomessage-square10fedilink
minus-squarenecrxfagivs@lemmy.worldlinkfedilinkarrow-up3·1 year agoI use vscode but I’d love a FOSS alternative.
minus-squareThe Dek@lemmy.worldOPlinkfedilinkarrow-up3·1 year agohttps://github.com/VSCodium/vscodium
minus-squarederek@lemmy.onelinkfedilinkarrow-up2·1 year agoUse neovim then (if you don’t like vscodium). It can be configured as IDE, but its hard to remember all keybindings.
minus-squarenecrxfagivs@lemmy.worldlinkfedilinkarrow-up4·1 year agoI tried it when i started using Linux, but it was confusing compared to the other IDEs I used. I want to learn it eventually, but for now I use nano for text editing in the terminal and VSC for coding.
minus-squareAudalin@lemmy.worldlinkfedilinkarrow-up4·1 year agoYou may find vimtutor helpful for learning the basics.
minus-squarederek@lemmy.onelinkfedilinkarrow-up4·1 year agoI like vscode. Even after paying for intellij, I find it’s look, which is much cleaner, and speed, which is far more better than intellij’s.
I use vscode but I’d love a FOSS alternative.
https://github.com/VSCodium/vscodium
I’ll check it out, thanks!
Use neovim then (if you don’t like vscodium). It can be configured as IDE, but its hard to remember all keybindings.
I tried it when i started using Linux, but it was confusing compared to the other IDEs I used. I want to learn it eventually, but for now I use nano for text editing in the terminal and VSC for coding.
You may find
vimtutor
helpful for learning the basics.I like vscode. Even after paying for intellij, I find it’s look, which is much cleaner, and speed, which is far more better than intellij’s.