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 suggest that assignable class members are shown on top of the auto completion list when the caret is inside of an object constructor. Right now, the list is filled with keywords, members, symbols in scope in an alphabetical order.
Here is an example using Plotly:
The text was updated successfully, but these errors were encountered:
Specifically this request is for when ctrl+space is triggered explicitly, since the type in question has no parameters for its constructor and thus Signature Help would have nothing to display.
This request is related to: #9534 and fsharp/fslang-suggestions#880
I suggest that assignable class members are shown on top of the auto completion list when the caret is inside of an object constructor. Right now, the list is filled with keywords, members, symbols in scope in an alphabetical order.
Here is an example using Plotly:
The text was updated successfully, but these errors were encountered: