1

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?

Johan
  • 660
  • 1
  • 6
  • 13

2 Answers2

0

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.

Community
  • 1
  • 1
Victor Zakharov
  • 25,801
  • 18
  • 85
  • 151
0

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

Alex Skorkin
  • 4,264
  • 3
  • 25
  • 47