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 a way to refactor a fnCall into a pipeline #2412

Closed
pbiggar opened this issue May 29, 2020 · 1 comment
Closed

Add a way to refactor a fnCall into a pipeline #2412

pbiggar opened this issue May 29, 2020 · 1 comment

Comments

@pbiggar
Copy link
Member

pbiggar commented May 29, 2020

Given the function

List::append [1] [2]

I'd like to run a command to convert that into a pipe:

[1]
|> List::append [2]

Right now, this is really annoying to do, so add a command to the command palette to do this. It should only appear when on a function name for now.

Commands are in client/src/fluid/Commands.ml

@pbiggar pbiggar added this to the Good experience for solo dev milestone Oct 18, 2022
@StachuDotNet
Copy link
Member

Folded this into #5242

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

No branches or pull requests

2 participants