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

tools to create/explode functions #2

Open
2 tasks
jimy-byerley opened this issue Dec 23, 2023 · 0 comments
Open
2 tasks

tools to create/explode functions #2

jimy-byerley opened this issue Dec 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jimy-byerley
Copy link
Owner

jimy-byerley commented Dec 23, 2023

The code editor should have shortcuts to automatically create and explode functions from existing code

  • create functions: select code and automatically create a function out of it, using the preexisting variables as arguments, and placing a call to the new function where the former code was
  • explode function: select a function call and replace it with the function content, with arguments variables replaced (or not) by calling values

Buttons for this are already present in the window, but not implemented

@jimy-byerley jimy-byerley added the enhancement New feature or request label Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant