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

Expose repl.execute #1049

Merged
merged 1 commit into from
Oct 7, 2023
Merged

Expose repl.execute #1049

merged 1 commit into from
Oct 7, 2023

Conversation

mfussenegger
Copy link
Owner

For mappings like:

dap.repl.open()
dap.repl.execute(vim.fn.expand("<cexpr>"))

widgets.hover() is nice to zoom in on a single variable, but sometimes
you want to compare the values of several variables. Having their output
displayed in the REPL next to each other makes that easier.

@mfussenegger mfussenegger force-pushed the repl-execute branch 2 times, most recently from 709062a to 4ee67c6 Compare October 7, 2023 12:49
For mappings like:

    dap.repl.open()
    dap.repl.execute(vim.fn.expand("<cexpr>"))

`widgets.hover()` is nice to zoom in on a single variable, but sometimes
you want to compare the values of several variables. Having their output
displayed in the REPL next to each other makes that easier.
@mfussenegger mfussenegger merged commit 27d65bd into master Oct 7, 2023
16 checks passed
@mfussenegger mfussenegger deleted the repl-execute branch October 7, 2023 13:00
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.

1 participant