Source code “Outline” does not work when class is assigned
When a ES6 class is defined and assigned at the same time it is not outlined in the Outline view. Here is a sample code that shows what I mean:
module.exports = class ArticleEntity {
// methods etc
}
1
vote
-
Swapna commented
Tomas, Thank you for raising it. I could replicate the issue at my end. The dev team is working on it. We will keep you posted when the fix is out.