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

Wish list items #54

Open
alanz opened this issue Mar 19, 2017 · 0 comments
Open

Wish list items #54

alanz opened this issue Mar 19, 2017 · 0 comments

Comments

@alanz
Copy link
Collaborator

alanz commented Mar 19, 2017

From reddit

"I'd imagine the IDE tooling would be seriously impressive. Some features off the top of my head:

  • Quick abstraction. You highlight a bit of code, press a hotkey, type in a function name and it splits out into its own function.

  • An inliner. Similar to the above, it could replace a call to a function with an inlined version if you wanted to get rid of some abstraction with the option to inline it via a lambda.

  • Some 'quality of life' things like converting between let and where wish the push of a hotkey.

  • Automatic converter to pointfree similar to http://pointfree.io

  • Autocomplete that takes types into account.

  • Function search of libraries integrated via hoogle.

  • type 'coercer' such as you type in a function and it needs a text, but you gave it a string, it could add the corresponding conversion function.

  • Convert between sugared and non sugared code, such as do syntax."
    `

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

1 participant