v8-mat
v8-mat copied to clipboard
Discuss: Is it possible to use such an algorithm to make a VSCode plugin?
as the title says
What would the VSCode plugin do? If it's a plugin that runs on .heapsnapshot files and displays the leak suspect report then it's certainly doable, but do note that any sophisticated UI for heap snapshot nativation may require a significant amount of work (see the heap snapshot code in the Chromium DevTools frontend).
By the way the Chromium DevTools used to have a dominator tree view that basically does part of the job of Eclipse's MAT, but it was removed and the request for bringing it back has been closed without action plans: https://bugs.chromium.org/p/chromium/issues/detail?id=616504 Although AFAIK there are plans to improve the Memory panel of the DevTools in 2018 Q3.