Can CodeRush plugins target languages other than C# or VB?

130 Views Asked by At

I am trying to write a CodeRush plugin that works similar to the XML Doc Comment Painter. My plugin, which uses a TileVisual adornment, works fine for decorating comments in C# files, but does not work for comments in F# files.

How can I specify that my plugin should be enabled for F# files?

2

There are 2 best solutions below

0
On

F# language is not supported at the moment, unfortunately. So, you can not enable the plug-in for this language.

0
On

Have you checked this thread? One of the guys there suggests that

CodeRush is working in F# editor. At least some code assistance and code templates. But code templates are not defined yet (you have to create your own).

If you need help with your own plugin, I think you should better contact Devexpress support.