You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core of modcore Source is its powerful code inspection engine, designed to provide a desktop-class editing experience in the browser.
Editor Features
Syntax Highlighting: Automatic detection and highlighting for dozens of languages, including JavaScript, TypeScript, HTML, CSS, JSON, Python, and more.
Code Beautification: The "Unminify" tool uses js-beautify to transform compressed or obfuscated code into a readable format.
Search and Filter: A dedicated search box in the sidebar allows for instant filtering of the entire file structure to find specific modules.
Word Wrap and Zoom: Toggle word wrapping for long lines and adjust zoom levels for better accessibility.
Context Menu: Right-click files in the tree to quickly copy paths, file names, or download individual components.
Performance
The viewer is optimized for large extensions, handling thousands of files and multi-megabyte scripts with minimal latency.