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

Usage of FsControl makes VSCode + Ionide slow #66

Closed
robkuz opened this issue Oct 11, 2016 · 3 comments
Closed

Usage of FsControl makes VSCode + Ionide slow #66

robkuz opened this issue Oct 11, 2016 · 3 comments

Comments

@robkuz
Copy link

robkuz commented Oct 11, 2016

Just a subjective observation.
Since I switched to FsControl and the usage of its operators Ionide tooltips and code suggestions have become pretty slow.

@gusty
Copy link
Owner

gusty commented Oct 11, 2016

Your observation is not that subjective, it is slow since it relies in overload resolution which in the current version of F# is really slow.
Here's a proposal to make it faster, hopefully it will be accepted for F# 4.1
So this is in fact an F# compiler issue.

@robkuz
Copy link
Author

robkuz commented Oct 11, 2016

interesting. I hope your PR will be merged and I only have to wait for V 4.1 and the mono binary drop. Can only be a few more month ;-)

@robkuz robkuz closed this as completed Oct 11, 2016
@gusty
Copy link
Owner

gusty commented Oct 18, 2016

@robkuz it was just merged today :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants