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
no docs are provided to the user for dotnet interactive directives, like #r, or #i or other directives,
it would be useful if all interactive directives are provided to the user or also e.g. in a similar fashion as no-warn already does for example..
only works before writing it down, but when hovering once written, no docs/infos are displayed.
hovering on it does not work after is written down, whilest it would be nice if it could work like open or let, still showing the info to the user:
jkone27
changed the title
add docs for F# interactive directives
F# interactive directives not showing docs once written down, also true for #nowarn, coloring is not conistent (purple?)
Jan 27, 2024
to add more context, i think #r, like #nowarn, should have purple color. also for some reasons directive tooltips docs/info do not display anymore once they are "filled in" wheras for normal keywords yes
Details
not sure if this or ionide is the right repo..
no
docs
are provided to the user for dotnet interactive directives, like#r
, or#i
or other directives,it would be useful if all interactive directives are provided to the user or also e.g. in a similar fashion as no-warn already does for example..
only works before writing it down, but when hovering once written, no docs/infos are displayed.
hovering on it does not work after is written down, whilest it would be nice if it could work like
open
orlet
, still showing the info to the user:i think all those should be documented?
https://learn.microsoft.com/en-us/dotnet/fsharp/tools/fsharp-interactive/#f-interactive-directive-reference
Checklist
The text was updated successfully, but these errors were encountered: