digma-intellij-plugin icon indicating copy to clipboard operation
digma-intellij-plugin copied to clipboard

Digma JetBrains plugin

Results 182 digma-intellij-plugin issues
Sort by recently updated
recently updated
newest added

improve rider code lens the same way as java/korlin add more providers. better selection of providers better performance

bug

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...

bug

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

bug

``` 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

bug

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...

bug

remove all apis that are not in use. there are many, they are seen as used because they are referenced in unit tests

bug

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,...