ClojureCLR support
Can we develop Clojure projects in Rider (targeting the latest ClojureCLR: https://github.com/clojure/clojure-clr/blob/master/docs/newframework-notes.txt) ?
Also, what's about advanced features like Intellisense, Refactoring etc?
Thanks,
Eugene
Please sign in to leave a comment.
Hello Eugene,
We didn't implement anything specifically for Clojure support. This means that if you use MSBuild, something (like stepping during debugging) might work, but there is no language support at all. However, it might be a good idea for a plugin.
Julia Vaseva Thanks for information. Do you have any materials/manuals/examples regarding plugins development similar to this? Is it complex for a regular developer (team)?
Regrettably, I cannot estimate complexity of the plugin development. Perhaps looking through these resources can shed some light on it:
- Rider sample plugin
- An article about Rider Frontend plugin development
- Creating Your First Plugin
Here is a link to Rider plugins collection. Moreover, we have an internal slack channel #dotnet-pluginwriters where our plugin writers can reach out to Rider/R#/IJ developers. Please let me know you want to be added there.