This is a plugin for Rider to see, instantly, nicely Application Insights logs.
To use just start a program with the debugger or attach to a running one that use Application Insights. The logs will appear in a tab, in the debugger panel when starting a debug session.
To edit and test the plugin, just open this project with InteliJ IDEA and run the plugin with predefined run configuration
$ ./gradlew :buildPlugin -PbuildType=stable
Then the plugins will be in build/distributions
MIT
- Ivan Migalev: Help about Rider / InteliJ plugin API