resharper-structured-logging icon indicating copy to clipboard operation
resharper-structured-logging copied to clipboard

F# Support

Open MargaretKrutikova opened this issue 4 years ago • 3 comments

There doesn't seem to be any syntax highlighting for F# code, are there any plans to add F# support? Thanks!

MargaretKrutikova avatar Oct 05 '21 07:10 MargaretKrutikova

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.

olsh avatar Oct 07 '21 11:10 olsh

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?

MargaretKrutikova avatar Oct 10 '21 17:10 MargaretKrutikova

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.

olsh avatar Oct 19 '21 18:10 olsh