You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Very rough version of csharpier plugin for rider
closes#498
* Making plugin version aware and detect if csharpier is installed
* Some little cleanup
* Getting formatting on save working
* Getting settings working
* Some cleanup
* Finishing up initial plugin version
* Updates
* Fixing issue with not finding project
* New logo
* Update doc
* Update doc
Start here - https://blog.jetbrains.com/dotnet/2019/02/14/writing-plugins-resharper-rider/
see also
https://github.com/JetBrains/intellij-plugins/tree/master/prettierJS/src/com/intellij/prettierjs
and
https://github.com/JetBrains/intellij-community/blob/2262175c3a22d25065037894961871be4c7f1dd3/platform/lang-impl/src/com/intellij/codeInsight/actions/onSave/FormatOnSaveActionInfo.java
and
https://github.com/JetBrains/intellij-community/blob/0fdf546122e29a3046caddb3f0fddf9841942616/platform/lang-impl/src/com/intellij/codeInsight/actions/onSave/FormatOnSaveAction.java
The text was updated successfully, but these errors were encountered: