ApplicationInsightsRiderPlugin icon indicating copy to clipboard operation
ApplicationInsightsRiderPlugin copied to clipboard

Rider plugin to see, instantly, in a nice way Application Insights logs.

Application Insights Debug Log Viewer

This plugin allow you to see, instantly, in a nice way Application Insights

To use just start a debug session with a program using Application Insights. The logs will appear in a new tab in the debugger session.

Dev

To edit and test the plugin, just open this project with InteliJ IDEA and run the plugin with predefined run configuration

Build

$ ./gradlew :buildPlugin -PbuildType=stable

Then the plugins will be in build/distributions

Screenshot

Screenshot

License

MIT

Special thanks

  • Ivan Migalev: Help about Rider / InteliJ plugin API