digma-intellij-plugin
digma-intellij-plugin copied to clipboard
Digma JetBrains plugin
improve rider code lens the same way as java/korlin add more providers. better selection of providers better performance
intellij emits the following errors. StartupActivity is marked @Obsolete , we need to migrate all StartupActivity to ProjectActivity. but the change is after 2022.3 which we still support. to get...
maybe its possible to use PsiModificationTracker in some of our subsystems. for example in navigation discovery , instead of bulk change listener use PsiModificationTracker. also for document info discovery
``` action: SET_SPANS_DATA payload: { [spanId]: { "hasCodeLocation": boolean, "insights": { "type": string, "importance": number, "criticality": number }[], } } ```
it is possible to put code vision on ktor endpoint instead of on the containing method. put the endpoint element in CodeVisionEntry
we open jaeger ui from few places , recent activity and insights. and there are different contracts from the react app. we need to make one contract to call from...
remove all apis that are not in use. there are many, they are seen as used because they are referenced in unit tests
Direct Navigation Having sp1 not discoverable by span_code_object_id, but discoverable by method_code_object_id#1 When I click on target I should be navigate to sp1 (method_code_object_id#1) Having ep1(endpoint) not discoverable by span_code_object_id,...