Busy weeks, we've been moving to a house!

Most popular feature request has been integration with editors and VS Code is editor that I mostly use these days. I was curious, how much of effort it would take to build and publish simplest possible VS Code extension?

I managed in two hours to figure out API and publish it. It's quite minimal, just provides two additional actions:

Managed to integrates POSH docsets browser into terminal.

It does miss many features - it would be nice to check that executable is in environment, it would be nice to be able to lookup methods...

But all of that for later, I'm just impressed that in a couple of hours this editor extension appeared.