Ubuntu – Alternative to basic text editors in ubuntu wsl

text-editorwindows-subsystem-for-linux

Currently I have a ubuntu terminal that I downloaded from the MS store. I would like to be able to edit code without using nano/vim/emacs. Is this possible? Can I use an external editor like visual studio or something of the like?

Best Answer

You are asking about code editors under Ubuntu/WSL.

You may want text apps or graphical apps. And you need to specify the language your code uses.

If Eclipse works for you, this may be useful

https://stackoverflow.com/questions/39670891/eclipse-c-c-project-on-bash-on-ubuntu-on-windows

https://www.cs.odu.edu/~zeil/FAQs/Public/win10Bash/#installing-eclipse

For Netbeans

http://web.cse.msstate.edu/~crumpton/reference/Installing_NetBeans_IDE_for_use_with_WSL.pdf

Otherwise, this may be helpful

https://cepa.io/2018/02/20/linuxizing-your-windows-pc-part2/