Thomas Thomas

[TypeScript] VS Code API: Let’s Create A Tree-View (Part 2)

In my first article we started to create a TreeView in TypeScript for *.feature files from cucumber. Now we continue and add some functionality. We implement a on item clicked method which is executed after clicking on it and add a context menu for the right click on an item in the tree view.

Read More