resharper-structured-logging
resharper-structured-logging copied to clipboard
F# Support
There doesn't seem to be any syntax highlighting for F# code, are there any plans to add F# support? Thanks!
Hi @MargaretKrutikova
The plugin is built on R# platform. R# doesn't support F#, so it's impossible to add F# in the plugin, at least at the moment.
What about resharper-fsharp? Looks like there is F# support in resharper. I am not familiar with how you write plugins on R# platform, so maybe it is not enough to be able to write plugins specifically for F# language?
Looks like there is F# support in resharper.
Yep, it's supported with the help of the resharper-fsharp plugin. The plugin has its own F# lexer, parser, etc.
I have no experience with combining plugins and don't know if it's even possible.
But I'll gladly accept a PR.