-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
VS Code extension - being able to execute "cells" using Cmd+Enter in .coco file #668
Comments
Also, enabling the feature request above, I think, will automatically add the If not, just a reminder to add that as well. |
Found a workaround. If we do that, we get all these features:
The downside is that syntax will be marked as wrong at the places where coconut specific code is used. |
i would like to work on this issue |
I wrote a VSCode extension that can run cells on Coconut files. When the user runs the extension, they are presented with the following options:
These options are designed to be self-explanatory. The extension essentially copies the selected block of code to a Detailed Descriptions
UsageTo run the extension, users should press Request for FeedbackI would like some general feedback on my work. Additionally, I have a few specific questions:
Future FeatureI am considering adding a feature where, after executing the "Run the encapsulated block of code" option, the user can press a shortcut (e.g.,
The extention name is CocoCells if you want to try it out! Thank you in advance for your feedback! |
@andrkois Very cool! Is the code open source somewhere? |
Thank you! I'm glad you find the extension interesting. Currently, the code is not open source, but I can definitely create a GitHub repository for it. This way, the community can contribute to its development and improvement. Would you find that helpful? Alternatively, I can create a pull request (PR) if there are specific changes or integrations you'd like to see. Let me know your thoughts on this approach! |
It is currently not possible to execute cell from .coco file in VS Code.
A cell is defined by:
The text was updated successfully, but these errors were encountered: