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
Hey there!
Maybe I'm just dumb and didn't know where to look 😅 but I spent hours trying to figure out (by googling) how to enable static code analysis (like stylecop).
Then after having slept over it, the :OmniSharpCodeFormat command caught my eye and I was trying to figure out where omnisharp-vim gets its information for this command. So I started looking into the actual sources of omnisharp-vim where I did a "grep -iR indent" and found the test/example folder with an omnisharp.json. So I copied this file to my project and changed some settings to see if it works and, bam!, I finally got what I wanted (basically EnableEditorConfigSupport and EnableAnalyzersSupport), it's working 🍾 🕺 🙂 .
Would be nice if this would be a bit clearer from the main Readme. Besides that, this seems to be a great plugin - thanks!
The text was updated successfully, but these errors were encountered:
Hey there!
Maybe I'm just dumb and didn't know where to look 😅 but I spent hours trying to figure out (by googling) how to enable static code analysis (like stylecop).
Then after having slept over it, the :OmniSharpCodeFormat command caught my eye and I was trying to figure out where omnisharp-vim gets its information for this command. So I started looking into the actual sources of omnisharp-vim where I did a "grep -iR indent" and found the test/example folder with an omnisharp.json. So I copied this file to my project and changed some settings to see if it works and, bam!, I finally got what I wanted (basically EnableEditorConfigSupport and EnableAnalyzersSupport), it's working 🍾 🕺 🙂 .
Would be nice if this would be a bit clearer from the main Readme. Besides that, this seems to be a great plugin - thanks!
The text was updated successfully, but these errors were encountered: