G-Research / fsharp-analyzers

Analyzers for F#
https://g-research.github.io/fsharp-analyzers/
Apache License 2.0
14 stars 1 forks source link

Is Ionide / editor analysers supported? #41

Closed MangelMaxime closed 5 months ago

MangelMaxime commented 7 months ago

Hello,

According to Ionide documentation and announcement blog post, it should be possible to have Analysers reported in VSCode / FSAC based IDE.

I activated the option in Ionide however, there was no analysers warning reported in the editor. Is it something supported by the analysers from this repository?

dawedawe commented 7 months ago

Hey @MangelMaxime , the supported Analyzers.SDK version in FSAC is quite old and the analyzers in this repo aren't compatible. As we were moving pretty fast with the APIs in the SDK we didn't see much benefit in constantly updating FSAC to keep things in sync. Having said that, it seems that the SDK APIs are getting more and more stable as of late, so we will very likely be able to sync FSAC again with the latest SDK soon. That will enable the usage of the analyzers from this repo and also from the Ionide.Analyzers

nojaf commented 7 months ago

It is on our radar for sure!

nojaf commented 5 months ago

This should work in the latest version of all involved components.

MangelMaxime commented 5 months ago

Awesome, I will have a look at it in the future :)