LinkMedic-Finds broken image and file links in HTML, PHP as well as in MERN stack.

Published: (December 24, 2025 at 03:52 AM EST)
1 min read
Source: Dev.to

Source: Dev.to

Overview

Stop chasing 404s! LinkMedic provides real‑time path validation for HTML, PHP, and MERN stack projects. It catches broken image links, faulty imports, and missing file references the moment you type them.

What’s New

Version 0.0.3 – now includes full MERN stack support.

  • Real‑time checks – instant red squiggles for broken src, href, and import paths.
  • MERN ready – validates modules in .js, .jsx, .ts, and .tsx files.
  • Smart probing – automatically detects missing extensions (e.g., .js vs .jsx).

Try It Out

LinkMedic VS Code Extension

Help Wanted

I’m working on live projects and constantly learning. Please give it a try and leave a review on the Marketplace—your feedback helps make it better.

If you like it, drop a ❤️ and a comment below!

Back to Blog

Related posts

Read more »

Bare-metal frontend

Bare-metal frontend Introduction Modern frontend applications have become very rich, complex and sophisticated. They are not just simple UIs polling data. They...