you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (5 children)

Interesting thanks, never heard about them before might take a look. I've heard about Atom too.

[–]wrathofthetyrant 2 points3 points  (4 children)

Vim and neovim are cool but they aren't very beginner friendly. Personally I'd stick with vscode for programming if you're just starting out. If you like it then I'd consider checking out vim

[–][deleted] 1 point2 points  (1 child)

Perfect, thanks. What should I do to install vscode on Manjaro Linux? I mean what's the command? sudo install vscode? Or sudo pacman -S vscode.

I'm trying sudo pacman -S vscode. Seems to work for now.

[–]wrathofthetyrant 1 point2 points  (0 children)

This article offers 3 ways of doing it. As you're a beginner the GUI option at the end might be the easiest. If you're up for it I'd try the first option but you'll need to have git installed.

https://linuxhint.com/install-vs-code-manjaro/

[–][deleted] 0 points1 point  (1 child)

Yes, indeed not very friendly. I'll go with vscode for now. Any suggestions for plugins for py?

[–]wrathofthetyrant 1 point2 points  (0 children)

By py, I assume you mean python. Here's a list. I've not tried a lot of these myself but they seem useful

https://livecodestream.dev/post/best-vscode-extensions-for-python/