-
Notifications
You must be signed in to change notification settings - Fork 156
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
Distinguish C# and F# code in documentation #439
Comments
Yes, this is a good idea. Do you know how to do it? We use Fsharp.formatting. Perhaps there is some css magic we can do? |
Just add a tab on top that says f# or c#
…On Sat, May 26, 2018, 10:58 AM Kurt Schelfthout ***@***.***> wrote:
Yes, this is a good idea. Do you know how to do it? We use
Fsharp.formatting. Perhaps there is some css magic we can do?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#439 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAbT_dYVzUoPrpYNFA_n3wQ1NoFqF-HTks5t2W14gaJpZM4UOE8e>
.
|
I would like to tackle this. |
Nice! Do you need some pointers - I can only be of minimal help - I would start with digging through the generated html etc and figure out if there is some css we can leverage. FSharp.formatting does allow us to specify a template so maybe it’s possible to put something there. |
I have already skimmed through the code and tried to find out how to alter the css to adapt the background color. It currently seems like we just use the default css that is delivered by Fsharp.Formatting. I have opened an issue with them for this as a feature as I think that there would be more people that would enjoy some clearer language snippet differentiation. |
That's awesome. I noticed that the snippets are surrounded by Sorry if that's stupid or obvious, I know next to nothing about css etc :) |
No worries my css knowledge is not that big but in theory we could but it would need to be done in fsharp.formatting itself. |
An idea: it could be helpful to distinguish C# code from F# code in the documentation somehow, eg. by giving it a different background colour. This would make the documentation easier to read. I know both F# and C# but still find it confusing reading one when expecting another.
Example https://fscheck.github.io/FsCheck/Properties.html
The text was updated successfully, but these errors were encountered: