-
Notifications
You must be signed in to change notification settings - Fork 848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any way to use Sublime Text or any other visual editor "Rails" #1791
Comments
Yes, paste this into address bar |
Thanks |
DONT DO THIS |
@AbhimanyuAryan do not listen to this, it can lead to data loss. Sublime text doesn't understand the special attributes. |
Is there a single windows side editor that successfully handles advanced attributes? I've been using vxsrv and medit until now |
@AbhimanyuAryan We recommend using a directory located under /mnt/. This is where we automatically mount your fixed NTFS drives. Because of the way that WSL works, only changes made here by Windows applications will be immediately viewable by any Linux applications you are running. If you make changes to Check out the blog that one of our developers wrote on the topic. |
@jackchammons is correct, I'm using this approach and it all works together with some git settings for line endings. |
I have got Sublime Text 3 running in WSL by using Xming and the steps shown here: https://gist.github.com/MadLittleMods/0e38f03774fb16e8d698175e505f1f3e#using-sublime-text-through-wsl Then with this alias (adjust install directory as necessary)
it's super easy to edit files on the Linux side of things: $ subl ~/.bash_profile
$ subl . I am running Windows 10 (15063.332) and Sublime Text 3 (3126) |
I needed to get set up to code in Python using WSL and this information was perfect getting Sublime to run from inside the WSL! Thank you! |
Here's one non ideal solution that I use. Though sublime text surely is awesome, this may be hard to set up. An easier solution is to just use jupyter notebook. From WSL when you launch a jupyter notebook it's going to open up in the browser, where you can edit the file. Not ideal, but at least something :) |
I have rails installed on Bash On Windows. Is there any way I can open that directory in windows sublime text editor?
The text was updated successfully, but these errors were encountered: