-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
No tooltip found for operators #1025
Labels
Comments
Krzysztof-Cieslak
added
bug
language services
Problems related to language services - FSAC or FCS
labels
Feb 18, 2019
@Krzysztof-Cieslak Reckon this is FCS or the island parser stuff? |
TBF, no idea. Didn't have any time to look at it yet - last week I was at the conference, and now I have some work (🙄). Maybe later this week. |
Fixed by: fsharp/fsharp-compiler-docs#896 |
KevinRansom
pushed a commit
to dotnet/fsharp
that referenced
this issue
Mar 9, 2019
This addresses a situaltion where if you request a tooltip for an operator with a constraint no symbol is returned due to: Item.ImplicitOp(_, { contents = Some(TraitConstraintSln.FSMethSln(_, vref, _)) }) Being turned into a vanilla FSharpSymbol which has no real information about the symbol that the IDE can use. An corresponding issue was logged for ionide here: ionide/ionide-vscode-fsharp#1025 Corresponding PR at FCS: fsharp/fsharp-compiler-docs#896
baronfel
pushed a commit
to baronfel/FSharp.Compiler.Service
that referenced
this issue
Mar 22, 2019
This addresses a situaltion where if you request a tooltip for an operator with a constraint no symbol is returned due to: Item.ImplicitOp(_, { contents = Some(TraitConstraintSln.FSMethSln(_, vref, _)) }) Being turned into a vanilla FSharpSymbol which has no real information about the symbol that the IDE can use. An corresponding issue was logged for ionide here: ionide/ionide-vscode-fsharp#1025 Corresponding PR at FCS: fsharp#896
I guess this is fixed with FCS update. |
I think I fixed it in FCS
…On Thu, 9 May 2019 at 13:26, Krzysztof Cieślak ***@***.***> wrote:
I guess this is fixed with FCS update.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1025 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEPXSR7MX4NCWXJ2Q2AR63PUQJ65ANCNFSM4GYDEG2Q>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following operators result in no tooltips:
The text was updated successfully, but these errors were encountered: