Alternative to basic text editors in ubuntu wslAny way to use Visual Studio Code editor instead of nano/vim/emacs to edit files?How do I install the latest version of EMACS and pick the appropriate UI?How do I get emacs to open in the terminal when it is being used as the config editor?Editing with NanoWSL Interoperability: Open Windows 10 applications w/ Bash (Windows Linux Subsystem)Pasting text into terminal editors always pastes into a single line on Ubuntu for Windows (10)New to Linux - Installing and Using a Text Editor for Using Python and PyTorchSudoers file syntax error on WSL
How to be productive while waiting for meetings to start, when managers are casual about being late
How to tension rope between two trees?
Proof of bound on optimal TSP tour length in rectangular region
Using the Grappler feat, can you grapple and pin (restrain) in the same action?
Should I be able to see patterns in a HS256 encoded JWT?
Scorched receptacle
Why is the time of useful consciousness only seconds at high altitudes, when I can hold my breath much longer at ground level?
Advices to added homemade symbols
Can 35 mm film which went through a washing machine still be developed?
How are characteristic classes morphisms of infinite loop spaces? (if they are)
Brand new MacBook Pro says "Service Battery"
Is right click on tables bad UX
I've been fired, was allowed to announce it as if I quit and given extra notice, how to handle the questions?
What is this huge bat-winged creature?
How to calculate Limit of this sequence
How much Money Should I save in Order to Generate $1000/Month for the rest of my life?
As a girl, how can I voice male characters effectively?
What benefits are there to blocking most search engines?
What are the X Units for an elevation profile and how can I change them to meters?
How to accompany with piano in latin music when given only chords?
When can this condition on linear codes be satisfied?
No interest ever. Just a fee for my end,
Minimum perfect squares needed to sum up to a target
Fair Use of Photos as a Derivative Work
Alternative to basic text editors in ubuntu wsl
Any way to use Visual Studio Code editor instead of nano/vim/emacs to edit files?How do I install the latest version of EMACS and pick the appropriate UI?How do I get emacs to open in the terminal when it is being used as the config editor?Editing with NanoWSL Interoperability: Open Windows 10 applications w/ Bash (Windows Linux Subsystem)Pasting text into terminal editors always pastes into a single line on Ubuntu for Windows (10)New to Linux - Installing and Using a Text Editor for Using Python and PyTorchSudoers file syntax error on WSL
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
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?
windows-subsystem-for-linux text-editor
add a comment
|
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?
windows-subsystem-for-linux text-editor
1
I added a WSL tag to your question. If indeed you are using Ubuntu via WSL, please edit your question's title to make that clear.
– DK Bose
Feb 28 at 2:42
What editor did you finally use?
– sancho.s
Mar 1 at 8:51
add a comment
|
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?
windows-subsystem-for-linux text-editor
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?
windows-subsystem-for-linux text-editor
windows-subsystem-for-linux text-editor
edited Feb 28 at 19:32
cap
asked Feb 28 at 2:28
capcap
84 bronze badges
84 bronze badges
1
I added a WSL tag to your question. If indeed you are using Ubuntu via WSL, please edit your question's title to make that clear.
– DK Bose
Feb 28 at 2:42
What editor did you finally use?
– sancho.s
Mar 1 at 8:51
add a comment
|
1
I added a WSL tag to your question. If indeed you are using Ubuntu via WSL, please edit your question's title to make that clear.
– DK Bose
Feb 28 at 2:42
What editor did you finally use?
– sancho.s
Mar 1 at 8:51
1
1
I added a WSL tag to your question. If indeed you are using Ubuntu via WSL, please edit your question's title to make that clear.
– DK Bose
Feb 28 at 2:42
I added a WSL tag to your question. If indeed you are using Ubuntu via WSL, please edit your question's title to make that clear.
– DK Bose
Feb 28 at 2:42
What editor did you finally use?
– sancho.s
Mar 1 at 8:51
What editor did you finally use?
– sancho.s
Mar 1 at 8:51
add a comment
|
2 Answers
2
active
oldest
votes
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/
add a comment
|
WSL-OPEN FOR THE WIN!!
https://github.com/4U6U57/wsl-open
in WSL, set your default editor to WSL-OPEN:
export EDITOR=wsl-open
This will automatically translate the file to your default windows app for the associated EXT.
definitely FTW!
– Rich Andrews
Jul 22 at 8:23
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121856%2falternative-to-basic-text-editors-in-ubuntu-wsl%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
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/
add a comment
|
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/
add a comment
|
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/
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/
answered Feb 28 at 2:57
sancho.ssancho.s
5554 silver badges20 bronze badges
5554 silver badges20 bronze badges
add a comment
|
add a comment
|
WSL-OPEN FOR THE WIN!!
https://github.com/4U6U57/wsl-open
in WSL, set your default editor to WSL-OPEN:
export EDITOR=wsl-open
This will automatically translate the file to your default windows app for the associated EXT.
definitely FTW!
– Rich Andrews
Jul 22 at 8:23
add a comment
|
WSL-OPEN FOR THE WIN!!
https://github.com/4U6U57/wsl-open
in WSL, set your default editor to WSL-OPEN:
export EDITOR=wsl-open
This will automatically translate the file to your default windows app for the associated EXT.
definitely FTW!
– Rich Andrews
Jul 22 at 8:23
add a comment
|
WSL-OPEN FOR THE WIN!!
https://github.com/4U6U57/wsl-open
in WSL, set your default editor to WSL-OPEN:
export EDITOR=wsl-open
This will automatically translate the file to your default windows app for the associated EXT.
WSL-OPEN FOR THE WIN!!
https://github.com/4U6U57/wsl-open
in WSL, set your default editor to WSL-OPEN:
export EDITOR=wsl-open
This will automatically translate the file to your default windows app for the associated EXT.
answered Apr 16 at 21:20
Victor Angel CruzVictor Angel Cruz
111 bronze badge
111 bronze badge
definitely FTW!
– Rich Andrews
Jul 22 at 8:23
add a comment
|
definitely FTW!
– Rich Andrews
Jul 22 at 8:23
definitely FTW!
– Rich Andrews
Jul 22 at 8:23
definitely FTW!
– Rich Andrews
Jul 22 at 8:23
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121856%2falternative-to-basic-text-editors-in-ubuntu-wsl%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
I added a WSL tag to your question. If indeed you are using Ubuntu via WSL, please edit your question's title to make that clear.
– DK Bose
Feb 28 at 2:42
What editor did you finally use?
– sancho.s
Mar 1 at 8:51