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

Add CodeMirror commenting addon and Sublime keymap #58

Closed
wants to merge 1 commit into from
Closed

Add CodeMirror commenting addon and Sublime keymap #58

wants to merge 1 commit into from

Conversation

JasonSooter
Copy link

** DO NOT MERGE YET **

@CrossEye

This PR is in reference to issue

This is to add the functionality to comment code (line/block) within the REPL.

I imported the comment addon from CodeMirror along with the Sublime keymap that will enable commenting of code with CMD/CTRL + /.

I have been unable to get the functionality to work, however. I used the graphql/graphiql REPL as a guide as it uses CodeMirror in a similar style and has the commenting functionality.

My only guess after hitting a wall with it is that what the Ramda is doing to process the input is ignoring/blocking the commenting functionality.

I hope someone is able to chip in and help get this feature added. I'm happy to help in any way if there is something that I am obviously missing.

Thanks!

@JasonSooter JasonSooter closed this Jan 7, 2019
@CrossEye
Copy link
Member

CrossEye commented Jan 8, 2019

@functionalStoic:

Sorry this was dropped. I don't think there is anyone really looking at this repo any more.

@JasonSooter
Copy link
Author

@CrossEye No worries at all.

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

Successfully merging this pull request may close these issues.

2 participants