-
Notifications
You must be signed in to change notification settings - Fork 790
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
Completion completes too much #4515
Comments
@0x53A is there a link to the project you can give? |
namespace ProviderImplementation
//[<TypeProvider>]
type Area51ProviderX () = class end
namespace Area51
type XX = ProviderImplementation.Area51Provider set the cursor at the end of the last line, press CTRL+SPACE |
Seems like something gets thrown off when there's a numeric character: module M =
let foo12Bar = 12
M.foo12Ba <<-- caret here ctrl+Space on the end there will result in What's happening is that the span in So the |
This should be addressed by #10500 |
Area51ProviderX
is the correct nameThe text was updated successfully, but these errors were encountered: