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 new command to source functions in active editor #6665

Open
juliasilge opened this issue Mar 6, 2025 · 1 comment
Open

Add new command to source functions in active editor #6665

juliasilge opened this issue Mar 6, 2025 · 1 comment
Labels
area: core Issues related to Core category. enhancement New feature or request lang: python lang: r support

Comments

@juliasilge
Copy link
Contributor

Originally posted by @kylebutts in #6640:

This is a feature request to add a command to source all functions in the active editor for R/python. I think this feature would make a function-based workflow much easier. Make changes to some functions, source all functions, and then rerun your code. This information should be easily accessible in ark?

@juliasilge
Copy link
Contributor Author

This would be similar to what devtools::load_all() does in an R package, and/or similar to the existing "Source R File" command, but only executing the function definitions and not the other code in the file.

@kylebutts notes:

The R extension of neovim has this feature and it's quite nice.

@juliasilge juliasilge added area: core Issues related to Core category. lang: python lang: r enhancement New feature or request support labels Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: core Issues related to Core category. enhancement New feature or request lang: python lang: r support
Projects
None yet
Development

No branches or pull requests

1 participant