aljazsim / vs-code-typescript-code-explorer

VS Code extension for easily navigating TypeScript code
MIT License
7 stars 1 forks source link

arrow functions are invisible #3

Open wooandoo opened 5 years ago

wooandoo commented 5 years ago

arrow functions are not visible

const arrow_function = () => {}
mulgurul commented 2 years ago

Yep, unfortunately makes the plugin pretty useless in my case, as they are all over!