DEV Community

Nir Adler
Nir Adler

Posted on • Originally published at blog.niradler.com on

Vscode extension kill-process

while developing web apps often have this moment when I need to remember the commands to kill a process by port, usually, it is more than one command and when I move from os to os the command is changed, so my solution for that was first of all to create command line tool for that, and now for the even easier and quicker way a vs-code extension.

Vscode extension kill-process

GitHub: Link

VScode Marketplace: Link

NPM: Link

AWS Q Developer image

Your AI Code Assistant

Generate and update README files, create data-flow diagrams, and keep your project fully documented. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay