You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the option "Enable out of scope items completion" disabled.
But I still, see completion like that:
This cause me pains because in general, it is proposed on top of the list of the item I want and so Rider add an open XXX statement at the top of my file.
Is it a bug or is this option not related to the behaviour I am experimenting?
Aside, despite I'm probably not grasping the issue fully, when that out of scope completion triggers, it would be good to have both alternatives: add the open or use the qualified form, which doesn't seem to show up.
The similar fix in Visual Studio always offer both forms and it would be great to have feature parity on that aspect, I also kind of remember that Resharper offers the same for C# code.
Hello,
I have the option "Enable out of scope items completion" disabled.
But I still, see completion like that:
This cause me pains because in general, it is proposed on top of the list of the item I want and so Rider add an
open XXX
statement at the top of my file.Is it a bug or is this option not related to the behaviour I am experimenting?
File: Form.Error.fs
File: Form.View.fs
The text was updated successfully, but these errors were encountered: