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

WIP: Send code to REPL #2

Closed
wants to merge 1 commit into from
Closed

WIP: Send code to REPL #2

wants to merge 1 commit into from

Conversation

davidanthoff
Copy link
Member

@davidanthoff davidanthoff commented Jun 24, 2016

This is very experimental. You need to start one instance of julia with the following command:

julia -L server.jl

where server.jl is in the folder scripts.

You can then send selected text or the current line in the editor to that julia process via Ctrl+Enter.

You can start that julia REPL inside a VS code terminal window, and at that point you will have a rough integrated julia REPL and can send code from the editor to it.

This requires microsoft/vscode#8078 microsoft/vscode#547 for a really smooth implementation.

Things that need to be fixed:

@davidanthoff davidanthoff added this to the Backlog milestone Jul 7, 2016
@davidanthoff davidanthoff self-assigned this Jul 7, 2016
@davidanthoff davidanthoff mentioned this pull request Nov 2, 2016
@davidanthoff davidanthoff deleted the code2repl branch November 3, 2016 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant