Skip to content
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

Use it as an IDE #47

Open
arqex opened this issue Mar 16, 2016 · 4 comments
Open

Use it as an IDE #47

arqex opened this issue Mar 16, 2016 · 4 comments

Comments

@arqex
Copy link

arqex commented Mar 16, 2016

Hi,

Thanks for the great tool.

I am thinking that it would be great to use the debugger as a code editor. I could add folders to the workspace right clicking the sources tab but I couldn't make it catch the debugger. And the folders are not saved through executions.

I know this may be a load of work, but it would be a nice feature to have.

Cheers,
Javi

@mattdesl
Copy link
Contributor

Yes, see #27. We are blocked on Electron, but this feature would be pretty huge. Feel free to explore alternatives; it may be possible to shim the Node internals/requires to get certain things working.

@nelix
Copy link

nelix commented Mar 20, 2016

Could this be done as an atom plugin?

@mattdesl
Copy link
Contributor

Hmm not sure how that would work, but feel free to explore. 😄

@darky
Copy link

darky commented Mar 30, 2016

You can use devtool as IDE.
Need add your project in Workspace , then map any local js file to identical remote file in file:// section.
Refresh, and you can at the same time edit files and debug it. ;)
Even, you can use any other language with sourceMap support, for example LiveScript. And programming, as like in native javascript.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants