codota / tabnine-intellij

Jetbrains IDEs client for TabNine. Compatible with all IntelliJ-based IDEs. https://plugins.jetbrains.com/plugin/12798-tabnine
https://www.tabnine.com/install/intellij
MIT License
525 stars 67 forks source link

DEV2-4344 add workspace tracing #693

Closed amircodota closed 12 months ago

yonip23 commented 12 months ago

its easier to debug if its one event with different properties, then you can apply breakdowns easily. create the properties map in the beginning of the function, then in each case add "reason": <the reason> entry to the map, and in the end add "success": true

amircodota commented 12 months ago

Not sure I agree. It is easier for me to follow a trace of events