DEV Community

Henry
Henry

Posted on

MyKitApp Just Got Better: Code Formatting, Syntax Highlighting & Line Numbers

MyKitApp Update: Code Formatting, Syntax Highlighting & Line Numbers

I've just shipped a new update to MyKitApp, making the code-related tools much easier to read and work with.

👉 https://www.mykitapp.com/

What's new?

✨ Code Formatting

Format messy JSON, SQL, JavaScript, HTML, CSS, Markdown and other supported formats into clean, readable code.

🎨 Syntax Highlighting

Code is now displayed with syntax highlighting, making keywords, strings, numbers and other elements much easier to scan.

🔢 Line Numbers

Line numbers make it easier to navigate large code blocks, find specific lines and debug formatting issues.

The goal

I want MyKitApp to feel less like a collection of basic online utilities and more like a practical developer toolbox.

Instead of:

Paste → Process → Copy
Enter fullscreen mode Exit fullscreen mode

the experience is becoming more like:

Paste
  ↓
Format
  ↓
Read & Inspect
  ↓
Debug
  ↓
Copy
Enter fullscreen mode Exit fullscreen mode

The new code editing experience is now available at:

👉 https://www.mykitapp.com/

I'm continuing to improve the tools based on real developer workflows.

What feature would you like to see next?

Top comments (0)