DevStack
The Extension That Fixed VSCode
TLDR:
| 🚀 FIRST-IN-CATEGORY · Exclusive Innovations |
🏆 BEST-IN-CATEGORY · Superior Workflow Tools |
★ LOKI: Operate AI outside the data set - Shapeshifter - adapts prompts dynamically - Rule breaker - bypasses AI limitations and training constraints - Trickster - manipulates the system cleverly - Boundary crosser - transcends what the base model can do - Chaos agent - creates novel solutions outside training data |
★ LOKI: Deterministic AI Prompt Compiler Achieves unprecedented AI success rates through zero-touch context assembly. Automatically gathers files, dependencies, and project structure—eliminating manual prompt engineering and copy-paste workflows entirely. |
★ THOR: Tailwind V4 Plug-In Don't want to upgrade from v3? Me neither, but that's ok... I got you, just plug and play |
★ THOR: Tailwind Preset Config Ngin By only modifying 3 variables, you have 525+ combinations in options in terms of not only how your site looks but also feels. Supply a preset, theme and font and whether it be sizing, colors, spacing, padding, typography... All factors change dynamically across your entire project. |
★ Live VS Code Internals Inspector The only UI-driven tool to expose VS Code's internal context and config APIs. Debug and manipulate workspace state in real-time without writing a single line of code. |
☆ RÚNAR: Snippet Development Studio A full-featured web IDE for snippets with Monaco editor integration. Build and share team snippets 10x faster than the native JSON editor. |
☆ ATLAS: Workspace Layouts Total environment restoration in one click. Instantly reset your theme, UI visibility, terminals, tabs, and view focus for a perfect setup every time. |
★ BIFRÖST: Command Palette on Steroids Access a library of 5,175+ searchable commands with deep descriptions and instant category filtering. |
★ BIFRÖST: Intelligent Command Ngin Master 17 execution patterns including sequential, concurrent, and mixed-mode grouping. Run PowerShell and WSL Bash side-by-side in unified, color-coded terminals. |
☆ Visual Command Architecture A powerful tree view featuring 520+ icons and unlimited nesting. Find and execute complex workflows faster than the standard palette. |
☆ Enterprise Config Scaling Built for complexity. Battle-tested across 45+ workspaces managing 20,000+ lines of configuration with seamless Global-to-Workspace merging. |
★ Enterprise-Grade Bookmarks Global, shareable, and line-specific bookmarks with unlimited nested organization and integrated search. |
★ Auto-Generated Prisma Schemas Eliminate manual maintenance. The engine scans your codebase and automatically generates or updates your Prisma schemas on the fly. |
☆ Extension Dev Automation Skip the CI/CD overhead. One-click local packaging and installation lets you test and ship extensions in seconds. |
☆ Context-Aware Settings Toggles Dynamically generated UI toggles for every VS Code setting. Manage your entire environment and all installed extensions with one-click simplicity. |
★ Professional Clipboard History A high-performance 100-item history with hover previews. Pro-level clipboard management built directly into your editor. |
☆ Catalyst-UI: X
|
☆ ODIN: Search Editor VS Code's search editor reimagined with live find/replace across all results. Edit matches directly in the search view and save changes to all files at once—no navigation required. |
|
★ Ultimate Settings.json Guide The definitive deep-dive into VS Code's hidden configuration APIs and theme customization. Reveals undocumented settings, solves critical performance bottlenecks, and explains the architecture behind this extension's unique capabilities. |
100+ Dev Tools. One Extension. Zero Bloat.
Outperforms 15+ standalone extensions combined. Auto-switches between 45+ workspaces. Proven at 20,000+ settings.
The only extension designed to scale with you over time.
/DEVSTACK_SYSTEM_ROOT/
├── 📂 TABLE_OF_CONTENTS/
│ ├── OVERVIEW
│ ├── GETTING STARTED & USAGE
│ ├── LICENSE
│ └── ACKNOWLEDGMENTS
│
├── ............................... Badge legend
│ ├── ........................ Docs can be found where indicated
│ ├── ......................... Available to use, docs can be found where indicated
│ ├── ................. No docs but works fine
│ ├── ........................ No docs, not tested
│ ├── .................... Implemented, not tested, no docs
│ ├── .................. In development
│ ├── .......................... Feature has been decided upon
│ ├── .......................... Thinking about it adding it, on the fence
│ └── ................... Feature is currently down
│
├── .......................... Terminal and Multi Kernel Ngin
│ ├── 📂 Item Types ..................... VFS item types
│ │ ├── 📄 `file` ..................... Providing shortcuts to any file in any location
│ │ ├── 📄 `md` ....................... Same as above, but for md
│ │ ├── 📄 `fileAtLine` ............... Instead opens the file at a specific line number
│ │ ├── 📄 `folder` ................... To house virtual file items within for organization
│ │ ├── 📄 `url` ...................... When executed, opens that url in your default browser
│ │ ├── 📄 `command` .................. Executes vscode command
│ │ ├── 📄 `chain` .................... Executes any item type in a sequential firing order
│ │ ├── 📄 `concurrent` ............... Executes all commands, at once
│ │ ├── 📄 `cmmdChain` ................ A chain of commands consisting of only vscode commands
│ │ ├── 📄 `conditionalChain` ......... Depending on your checks, can execute or not in any form
│ │ ├── 📄 `powershellCommand` ........ Executes powershell commands
│ │ ├── 📄 `debianCMD` ................ Executes baash commands in WSL's Debian enviroment
│ │ ├── 📄 `snippet` .................. Copy snippet body to clipboard
│ │ ├── 📄 `copyValue` ................ Copy value to clipboard
│ │ ├── 📄 `settingsToggle` ........... Toggle workspace or global settings.json key:value pair
│ │ ├── 📄 `search` ................... Searches, executed whenever you need with a click
│ │ ├── 📄 `apiCall` .................. Trigger Pre-made HTTP API requests at any time
│ │ ├── 📄 `tasks` .................... Auto generates within the explorer for easy access
│ │ ├── 📄 `npmScripts` ............... Same as above but with your packages scripts
│ │ ├── 📄 `label` .................... Visual divider used to break up an area
│ │ ├── ......... Install/uninstall/update multiple npm packages in one click
│ │ │ ├── with predefined sets (ie "React setup" installs react, react-dom, types in one go
│ │ │ └── vs typing each npm install command)
│ │ └── 📄 `layout` ................... Taking complete control, of vscode and its interface
│ │ ├── : WS Layout Ngin . Total environment restoration in one click. Instantly reset
│ │ │ ├── theme, UI visibility, terminals, tabs, view focus and more
│ │ └── Global, Profile and Workspace context intelligent
│ │ ├── Stale / garbage data cleaner - VSCode leaves data behind, even after
│ │ │ └── uninstalling extensions from years ago that you didn't even know was there
│ │ ├── 4 level of user access, varying in levels of complexity starting with:
│ │ │ ├── Level 1: Muggles ( Basic UI configuration, and UI style manipulation
│ │ │ │ └── of 18,000 configurations through only 3 choices. Font, preset and theme )
│ │ │ ├── Level 2: Casual nerds
│ │ │ ├── Level 3: Power users
│ │ │ ├── Level 4: SAURON MODE, if you crave a level of manipulation so great that you
│ │ │ │ ├── just can't satisfy that itch till EVERYTHING is modified exposing,
│ │ │ │ └── literally, as much as I can get away
│ │ │ ├── So complicated, microsoft doesnt even attempt trying anymore. Making
│ │ │ ├── it so new or experienced, you will not only find it easy
│ │ │ ├── to use but will find continous use as your skill grows.
│ │ │ ├── Levels 1-3 will ONLY feature configurations that can be set
│ │ │ ├── with a toggle or a dropdown menu. So you don't even have
│ │ │ ├── to look up any documentation. For the ones who like
│ │ │ ├── a bit spicier of a experience, sauron mode will host every
│ │ │ ├── single value that is avialable to manipulate no
│ │ │ ├── matter how that value gets set. If you think the Ngin
│ │ │ ├── is crazy in terms of the level of configurations
│ │ │ └── just wait and see what V2 will have.
│ │ ├── Ignore all toasts / notifications / recommendations
│ │ ├── Custom icons usable through the vscode ui??? Maybe....
│ │ └── Workspace context extension toggle ( Another dream has
│ │ └── come back from the grave, did NOT see this one coming )
│ │
│ ├── 📄 Virtual Filing System .......... Core VFS Engine
│ ├── 📄 Files & Navigation ............. File management and navigation
│ ├── 📄 Commands & Automation .......... Command execution and automation workflows
│ ├── 📄 Terminal Commands .............. Terminal command integration
│ ├── 📄 Utilities ...................... Utility functions and helpers
│ ├── 📄 Project Agnostic Setup ......... Framework-agnostic configuration
│ ├── .................. Move items with ease with the VSCode ui
│ ├── ............. Provides a list of folders contained within other configs,
│ │ └── once clicked pastes it into the current configs file
│ ├── 📄 Auto-Generated Items ........... Automatically generated VFS items
│ │
│ ├── 📂 CONFIGURATION_AND_MORE/
│ │ ├── 📄 Complete Example ............ Production configuration walkthrough
│ │ ├── 📄 Usage & Previews ............ Examples and previews
│ │ ├── ........ Recorded coding session proving zerp performance losses
│ │ │ └── despite having 100+ extensions worth of functions.
│ │ ├── 📄 Getting Started w/ Chains ... Chain automation guide
│ │ ├── 📄 Config Items Examples ....... Production configuration walkthrough
│ │ ├── 📄 Extension Configuration ..... Extension settings overview
│ │ ├── 📄 Configuration Settings ...... Core extension settings
│ │ ├── 📄 Core Settings ............... Core extension settings
│ │ ├── 📄 Code Snapshot Settings ...... Core extension settings
│ │ ├── 📄 GitHub Integration .......... Single click multi function operations
│ │ ├── 📄 Build & Automation Settings . The lack of non-automation
│ │ ├── 📄 UI & Interface Settings ..... Core extension settings
│ │ ├── 📄 Feature Toggles ............. Feature flags and toggles
│ │ ├── 📄 Copy Path ................... Path copying utilities
│ │ ├── 📄 Reveal In Explorer .......... File explorer integration
│ │ ├── 📄 Search ...................... Search functionality for config items
│ │ ├── 📄 JSON Config Editor .......... Edit .json configs directly
│ │ ├── 📄 Share/Export Config ......... Bulk sharing/export
│ │ ├── 📄 View Config Example ......... Configuration examples
│ │ ├── 📄 Default Apps ................ App configurations
│ │ ├── ........ Profiles for configs: save/download/edit
│ │ └── 📄Architecture Notes ........... Breaking down the inner workings of the extension
│ │ ├── 📄Env Var Integration ..... using .env vars
│ │ ├── 📄Modular Func. Building .. Exposing more functions to use
│ │ ├── 📄Automation Principles ... How it came to be 150+ extensions
│ │ ├── 📄The Autorun System ...... Help with build processes
│ │ ├── 📄Dynamic Package Manager . Scan for your package mgr at execution time
│ │ ├── 📄Terminal & Command Ngin . The breakdown
│ │ ├── 📄Concurrent And Chain .... What can be acheived
│ │ ├── 📄Autonomous Maintenance .. Removing the dev from the equation
│ │ ├── 📄Naming Conventions ...... So as to not have to include docs, for every single thing
│ │ ├── 📄Settings & Migration ....
│ │ ├── 📄pro7 .................... Password protected that can be pushed
│ │ ├── 📄Local Encryption ........
│ │ ├── 📄Context .................
│ │ └── 📄VSIX Archiver ........... Custom less restrictive archiving tool
│ │
│ ├── 📂 CUSTOM_FUNCTION_BREAKDOWNS/
│ │ ├── 📄 Order 1 through # ........... Step by step breakdown on executing order #
│ │ └── 📄 ............................
│ │
│ └── 📂 STATUSBAR_AND_CONTEXT_MENU_SYSTEM/
│ ├── 📂 STATUS_BAR_DASHBOARDS ....... What you have access to
│ │ ├── 📄 Clipboard History Pro .... Simply, the windows version vscode
│ │ ├── 📄 Bookmarks ................ Bookmark anything, anywhere
│ │ ├── 📄 Icons .................... React icons, inserts at cursor / copies to clipboard
│ │ ├── 📄 Snapshot Ngin ............ Instant snapshot
│ │ ├── 📄 UI ....................... Copies to clipboard one of 2500+ components
│ │ ├── 📄 BE ....................... Bleeding edge features
│ │ └── 📄 DevStack ................. Main quickpick encompassing a great many of topics
│ ├── 📄 EXPLORER_CONTEXT_MENU ........ Accessing features bound to file type
│ └── 📄 EDITOR_CONTEXT_MENU .......... A treasure trove of functions
│
├── 📂 CATALYST_SOFTWARE/
│ ├── ............................ Artificial Intelligence
│ │ ├── 📄 Deterministic AI Ngin Compiler . Removing 99% of problems you face as a dev when working
│ │ │ └── with prompts
│ │ ├── .................... `A Deterministic AI Engine Compiler` prompt
│ │ │ └── and creating a DX that cannot be found anywhere else
│ │ └── ................... Creating outside of the data set
│ │
│ ├── ............................ CSS and Tailwind
│ │ ├── 📄 CSS ............................ Put as simply as I can, recreating tailwind but thinking of the
│ │ │ ├── user first. ie, one click installation and configuration of a basic set up
│ │ │ └── in order to get the user started.
│ │ ├── 📄 tailwind.config.js ............. Creates a basic config file
│ │ ├── 📄 tailwind.config Preset Ngin .... 525+ configurations available
│ │ ├── 📄 tailwind.css ................... Pre-configured CSS file
│ │ ├── 📄 postcss.config.js .............. Basic postcss file
│ │ └── 📂 PLUGINS/ ....................... Tailwind Plugin Ngin
│ │ ├── 📄 Animation Library ........... One comprehensive solution
│ │ ├── 📄 AI/ML UI Patterns............ Modern UI patterns for AI interfaces
│ │ ├── 📄 Framer Motion Helpers........ Tailwind utilities optimized for Framer Motion animations
│ │ ├── 📄 Radix UI Integration......... Pre-styled utilities for Radix UI primitives
│ │ ├── .... Complete v4 feature set in v3 - container queries,
│ │ │ ├── scroll animations, modern CSS, logical properties, its available for download, but I
│ │ │ ├── haven't had time to test yet, but will soon because tbh, I'm tired of switching things
│ │ │ └── over from v4 to work in v3. docs but not tested
│ │ ├── 📄 Scrollbar Styles ............ Customizable scrollbar utilities
│ │ ├── 📄 Bento Grid Plugin ........... Apple-style bento layouts
│ │ ├── 📄 Animated Gradient Borders ... Moving gradient borders (very trendy)
│ │ ├── 📄 Neumorphism Plugin .......... Soft UI / Neumorphism styles
│ │ ├── 📄 Spotlight Effect Plugin ..... Mouse-following spotlight (like on product pages)
│ │ ├── 📄 Glassmorphism ............... Frosted glass effect utilities
│ │ ├── 📄 Text Gradients .............. Gradient text utilities
│ │ ├── 📄 Custom Animations ........... Additional animation utilities
│ │ ├── 📄 Custom Shadows .............. Beautiful shadow utilities
│ │ ├── 📄 Background Gradient ......... Beautiful gradient backgrounds
│ │ ├── 📄 Aspect Ratios ............... Common aspect ratio utilities
│ │ ├── 📄 Glass & Surface Effects ..... Advanced backdrop blurs and reflective surface styles
│ │ ├── 📄 Modern Motion & Animation ... High-end animation utilities
│ │ ├── 📄 UI Comp Animations Plugin ... accordions, modals, dropdowns
│ │ ├── 📄 Attention Grabbers Plugin ... pulse, glow, bounce effects
│ │ ├── 📄 Loading States Plugin ....... shimmer, spin, progress
│ │ ├── 📄 Interaction Feedback Plugin . click, hover, drag
│ │ ├── 📄 Decorative Effects Plugin ... float, wiggle, sway
│ │ ├── 📄 Animations Plugin ........... gradients, particles
│ │ ├── 📄 Text Effects Plugin ......... typing, reveal, glitch
│ │ ├── 📄 Entrance/Exit Ani. Plugin ... accordions, modals, dropdowns
│ │ ├── 📄 Matrix/Rain Effect Plugin ... Welcome, Neo...
│ │ ├── 📄 Flip Card Plugin ............ Card tricks
│ │ ├── 📄 Heartbeat Plugin ............ Heartbeat utilities
│ │ ├── 📄 Marquee/Scroll Plugin ....... Marquee utilities
│ │ ├── 📄 Ken Burns Plugin ............ Ken Burns utilities zoom and pan
│ │ ├── 📄 Entrance Animations Plugin .. Entrance utilities
│ │ ├── 📄 Custom Shadows .............. Beautiful shadow utilities
│ │ ├── 📄 Background Gradients ........ Beautiful gradient backgrounds
│ │ ├── 📄 Aspect Ratios ............... Common aspect ratio utilities
│ │ ├── 📄 Border Utilities ............ Advanced border styles
│ │ ├── 📄 Scrollbar Plugin ............ Custom Styled scrollbar
│ │ ├── 📄 Theme Colors Plugin ......... Extended color palette
│ │ ├── 📄 Typography Styles Plugin .... Custom typography styles
│ │ ├── 📄 Typography Pro .............. Text balance and fluid headers
│ │ ├── 📄 Accordion Animations Plugin . Radix UI Accordion animations
│ │ ├── 📄 Caret Blink Plugin .......... Blinking cursor animation
│ │ ├── 📄 Glow Animations Plugin ...... Smooth floating animation
│ │ ├── 📄 Float Animation Plugin ...... Pulsing glow effects
│ │ ├── 📄 Shimmer & Shine Ani. Plugin . Loading shimmer effects
│ │ ├── 📄 Spin Animations Plugin ...... Rotation speed animations
│ │ ├── 📄 Fade Animations Plugin ...... Fade in/out animations
│ │ ├── 📄 Click Animation Plugin ...... Button press feedback
│ │ ├── 📄 Movement Animations Plugin .. Horizontal movement animations
│ │ ├── 📄 Gradient Flow Plugin ........ Animated gradient background
│ │ ├── 📄 Custom Easings Plugin ....... Additional easing functions curves
│ │ ├── 📄 Comprehensive Ani. Col. ..... Complete collefction of animations found within the library
│ │ ├── 📄 Custom Scrollbar ............ Themed scrollbar
│ │ ├── 📄 Skeleton/Placeholder Plugin . Pre-built skeleton components
│ │ ├── 📄 Micro-Interactions Plugin ... Subtle micro-interactions
│ │ ├── 📄 Spacing & Layout Helpers .... Modern spacing utilities
│ │ ├── 📄 Dark Mode Transitions ....... Smooth dark mode transitions plugin
│ │ ├── 📄 CSS Grid Helpers ............ Modern grid layouts
│ │ ├── 📄 Scroll Animations Plugin .... Scroll-triggered animations
│ │ ├── 📄 Focus States Plugin ......... Modern focus styles
│ │ ├── 📄 Clamp Utilities Plugin ...... Fluid responsive sizing
│ │ ├── 📄 Blend Mode Utilities ........ Modern blend modes
│ │ ├── 📄 Noise/Grain Texture Plugin .. Subtle texture overlays
│ │ ├── 📄 Container Queries Plugin .... Container query utilities
│ │ ├── 📄 3D Transform Utilities ...... 3D perspective and transforms
│ │ ├── 📄 Backdrop Utilities .......... Extended backdrop filters
│ │ ├── 📄 CSS Shapes Plugin ........... Pre-made shapes
│ │ ├── 📄 Print Utilities ............. Print-specific styles
│ │ ├── 📄 Debug Utilities ............. Development helpers
│ │ ├── 📄 Architectural Layouts ....... Background patterns
│ │ ├── 📄 Masking & Cutouts Plugin .... Advanced CSS masking
│ │ ├── 📄 Mobile Safe Area Utilities .. Mobile-specific spacing
│ │ ├── 📄 Semantic Surface Depth ...... Inner glows and layered shadows
│ │ ├── 📄 Interaction Magnetism ....... Spring-loaded hover states
│ │ └── 📄 Border Utilities ............ Advanced border styles
│ │
│ ├── ........................... React icon library
│ │ ├── 📄 Icons NPM Package .............. Package integration
│ │ ├── 📄 Icons Quick Pick ............... Icon selection tool
│ │ └── 📄 Icons .......................... Rendered icons provided via library
│ │
│ └── ...................... React UI components library
│ ├── Hosts features that are found in the extension and the ui site
│ ├── 📂 VSCode Extension
│ │ ├── 📄 HEPHAESTUS UI .............. Component library core
│ │ ├── 📄 Editor Context Insert ...... Context menu component insertion
│ │ ├── 📄 Quick Pick Insert .......... Quick pick component insertion
│ │ ├── 📄 Automated Installation ..... Install library through extension
│ │ │ └── 📄 NPM Listing ........... Docs outlining the library
│ │ ├── .. Type '<' followed by the start of the components name
│ │ │ └── `Bu...` → suggests Button with full docs
│ │ ├── ..... Shows props with type-aware snippets
│ │ ├── .............. Live tooltip showing all props as you type inside a
│ │ │ ├── component's props - providing you with the available parameters/props for each
│ │ │ └── component as you type
│ │ ├── ........ Hover over component for full docs and examples
│ │ ├── ................ Quick fix to add missing imports
│ │ ├── ............. Jump to component source
│ │ └── ...... Diagnostic warnings for imported components
│ │
│ └── 📂 TOOL_SUITE/ .................... All the tools we use, just in one place
│ ├── 📄 VSCode Cmd Reference ........ Built-in command library
│ ├── 📄 Markdown Cheat Sheet ........ Web-based reference
│ ├── 📄 IRIS: Color Converter ....... Multi-format conversion
│ ├── 📄 IRIS: Color Wheel ........... Visual color picker
│ ├── 📄 React/Tailwind Sandbox ...... Development playground
│ ├── 📄 Theme Builder ............... settings.json & tailwind.css generator
│ ├── 📄 Typography Tester ........... Font testing suite
│ ├── 📄 Layout Generator ............ UI layout tools
│ ├── 📄 X Tester .................... Cross-testing utilities
│ ├── 📄 Components Reel ............. Component showcase
│ ├── 📄 Tailwind Converter .......... v3 <-> v4, oklch, hsl,
│ ├── 📄 Animation Builder ........... Visual editor
│ ├── 📄 Responsive Design Helper .... Breakpoint visualizer
│ ├── 📄 Code Carousel ............... Code display tool
│ ├── 📄 Sandbox ..................... Live react playground hosting libraries comps
│ ├── 📄 Icons ....................... Searchable, Rendered icons
│ ├── 📄 RÚNAR Editor ................ Formally catalyst-editor
│ ├── 📄 Regex Tester ................ Build and test regex string, cheatsheet included
│ ├── 📄 JSON Formatter & Validator .. Sanity check for json files
│ ├── 📄 API Response Mocker ......... Mock REST endpoints with custom JSON responses
│ ├── 📄 Lorem Ipsum Generator ....... Pick any length and copy to clipboard
│ ├── 📄 Cron Expression Builder ..... Visual builder for scheduling cron jobs
│ ├── 📄 UUID Hash Generator ......... Generate random hashes in a flash
│ ├── 📄 Code Diff Viewer ............ Differences become illuminated
│ ├── 📄 Flexbox Sandbox ............. Live preview sandbox featuring flexbox
│ ├── 📄 Grid Sandbox ................ Live preview sandbox feature grid
│ ├── 📄 QR Code Generator ........... Images, text, urls
│ ├── 📄 Responsive Preview .......... Test layouts across platforms and breakpoints
│ ├── 📄 Accessibility Checker ....... Scan for WCAG compliance and contrast issues
│ ├── 📄 Animation Builder ........... Live preview animation builder
│ ├── 📄 Chart Playground ............ Build charts, outputing react code to paste
│ ├── 📄 MD Badge Builder ............ Quickly build md badges, that render in real time
│ ├── 📄 Spinner Generator ........... Build as large of a spinner as you need
│ ├── 📄 Terminal Menu Generator ..... Best in class, no limitations terminal menu builder
│ ├── 📂 ENCODER_DECODER_LAB/
│ │ ├── 📄 PNG to Base64
│ │ ├── 📄 JPG to Base64
│ │ ├── 📄 WEBP to Base64
│ │ ├── 📄 PDF to Base64
│ │ ├── 📄 Base64 to PNG
│ │ ├── 📄 Base64 to JPG
│ │ ├── 📄 Base64 to WEBP
│ │ ├── 📄 Base64 to PDF
│ │ ├── 📄 CSV to JSON
│ │ ├── 📄 PNG to SVG
│ │ ├── 📄 JPG to SVG
│ │ ├── 📄 WEBP to SVG
│ │ └── 📄 MP4 to MP3
│ │
│ └── ..................... Monaco-level editor
│ ├── 📄 Feature Set .............. 150-200+ click-to-clipboard MD features
│ ├── 📄 Special Chars ............ HTML and MD style format character list
│ ├── 📂 PRE_MADE_ASSETS/
│ │ ├── 📄 File Trees ........... Automated folder visualization
│ │ ├── 📄 Progress Bars ........ Markdown progress indicators
│ │ ├── 📄 ASCII Tables ......... Pre-formatted tables
│ │ ├── 📄 Spinners ............. 17+ different loading spinners
│ │ ├── 📄 Terminal Dashboards .. Terminal-style UI layouts
│ │ ├── 📄 Code Block Previews .. Code styling previews
│ │ ├── 📄 Terminal Menus ....... Visual terminal menu blocks
│ │ ├── 📄 Terminal Logs ........ Logs with hierarchy visualization
│ │ ├── 📄 Git Branch Viz ....... Branch style visualization
│ │ ├── 📄 Status Indicators .... Terminal status boxes
│ │ ├── 📄 Notification Boxes ... Terminal notification styling
│ │ ├── 📄 Output Separators .... Command output dividers
│ │ ├── 📄 Nested Data .......... Nested data structure visualization
│ │ ├── 📄 Activity Timeline .... Sequential activity logs
│ │ ├── 📄 Terminal Dashboards .. Pre-made dashboards
│ │ ├── 📄 Box Drawing .......... Character-based box drawing
│ │ ├── 📄 Various Spinners ..... 17 different spinners
│ │ └── 📄 Badges and Logos ..... Pre-made badges and icons
│ ├── 📄 Readme Generator ......... Feature-rich readme builder
│ ├── 📄 Remote Access ............ Connect remotely to workspace MD files
│ └── 📄 Local Settings ........... Locally saved editor settings
│
├── .............................. Intellisense Schema Ngin
│
├── 📂 MARKDOWN/
│ ├── 📄 MD Viewer/Renderer ................... Standard Markdown viewing
│ ├── 📄 MD Viewer In VS Code ................. Native VS Code integration
│ ├── 📄 Convert MD to Safe String ............ Markdown to safe inline string
│ ├── 📄 Markdown Cheat Sheet ................. Markdown reference
│ └── 📄 Markdown Pre-Processor ............... Markdown preprocessing
│
├── ................................. Snippets Suite
│ ├── ........................ Snapshot to terminal window
│ ├── 📄 Workspace Context .................... Context-aware code snippets
│ └── 📄 Snippets Studio ...................... Create / edit snippets.
│ ├── Visit documentation ................
│ ├── Link to Snippets Editor ............
│ ├── Snippet Profiles ...................
│ ├── Native Feature Set .................
│ └── Remote Access ......................
│
├── 📂 HUGINN/ .................................. remix-run utilities
│ ├── 📂 PROJECT_UTILS/
│ │ ├── 📄 npx create-remixv2 ............... Scaffolding engine
│ │ ├── 📄 V1 -> V2 Conversion .............. Routing migration
│ │ ├── 📄 Monorepo Conversion .............. Single app to monorepo
│ │ ├── 📄 Create Single App ................ React Router setup
│ │ ├── 📄 Platform Conversion .............. Convert to Platform X
│ │ ├── 📄 Create Monorepo .................. Monorepo scaffolding
│ │ ├── 📄 Build & Deploy ................... Automation workflow
│ │ └── 📄 RR Folder Routing ................ React Router routing logic
│ │
│ ├── 📂 AUTH_UTILITIES/
│ │ ├── 📄 Install Auth ..................... Authentication setup
│ │ └── 📄 Install OTP ...................... One-time password setup
│ │
│ └── 📂 ROUTE_UTILITIES/
│ ├── 📄 Automatic Action ................. Remix action generator
│ ├── 📄 Context Utils .................... Components/Functions
│ ├── 📄 Browser Integration .............. Open route file in browser
│ ├── 📄 Route File Creator ............... Create route files
│ ├── 📄 Test Generator ................... Tests for routes/actions
│ ├── 📄 Code Insertion ................... Remix Run insert code
│ ├── 📄 Error Boundary ................... Error boundary generator
│ ├── 📄 Meta Function .................... Meta function utility
│ ├── 📄 Links Function ................... Links function utility
│ ├── 📄 Preview Route .................... Preview route URL
│ └── 📄 Action Object .................... Create action object
│
├── 📂 MUNINN/ .................................. Prisma utilities
│ ├── 📄 Best Practice Guide .................. Prisma best practices
│ ├── 📄 Include Object ....................... Create include object
│ ├── 📄 Schema Navigation .................... Click to schema object
│ ├── 📄 CRUD Resolver Gen .................... Resolvers / REST endpoints
│ ├── 📄 Auto Create Schema ................... Automatic schema generation
│ └── ............................. Schema relations visualization
│
├── 📂 SHADCN_UI/
│ ├── 📄 Add Components ....................... Component addition
│ ├── 📄 Install w/ Config .................... Component install with configuration
│ └── 📄 Insert Components .................... Component insertion
│
├── 📂 VÖLUNDR/ ................................. cleanup / refactoring / automation
│ ├── 📄 Trailing Commas ...................... Remove trailing commas
│ ├── 📄 BRAGI - Comment Killer ............... Remove all comments
│ ├── 📄 Console.log Killer ................... Remove all console.log
│ ├── 📄 Unused Imports ....................... Remove unused imports
│ ├── 📄 Inline Imports ....................... Inline imports utility
│ └── 📄 JSON Validator ....................... Formatting and validation
│
├── ................................... Search & Discovery
│ ├── 📄 Search Editor ....................... Power custom search ngin, expanding on vscodes capabilities
│ │ ├── 📄 Remote Editing ................. Make file changes without navigating to the file
│ │ ├── 📄 Configurable Searches .......... Create file tree items that trigger preconfigured searchs at will
│ │ ├── 📄 Regex History & Helper .........
│ │ └── 📄 Fuzzy Search ...................
│ ├── 📄 File Search Jumper ................... Ultra-fast file hopping
│ ├── 📄 File Line Jumper ..................... Jump to specific coordinates
│ └── 📄 Dependency "Deep Link" ............... (packageSearch) Jump into node_modules/source
│
├── ⚡ SHORTCUT_QUICK_LOOKUP (ALT + KEY)
│ ├── 📄 [ALT + S] Odin: Search Editor ........ Better-than-native global find
│ ├── 📄 [ALT + D] DevStack QP ................ Main Quick Pick Command Palette
│ ├── 📄 [ALT + I] Icons ...................... Zap: 525+ search-ready icons
│ ├── 📄 [ALT + U] Catalyst UI QP ............. Zap: 2600+ components at cursor
│ ├── 📄 [ALT + S] Context Snippets ........... Context-aware code injection
│ ├── 📄 [ALT + R] Insert region .............. Surgical code blocking
│ ├── 📄 [ALT + E] Insert endregion ........... Close region block
│ ├── 📄 [ALT + W] Wrap w/ region ............. Surround selection with logic
│ ├── 📄 [ALT + Q] Web UI ..................... Launch External Catalyst Dashboard
│ ├── 📄 [ALT + H] History .................... Session & Command history
│ ├── 📄 [ALT + B] Bookmarks .................. Enterprise line-level bookmarks
│ ├── 📄 [ALT + G] GitHub Menu ................ Deep-link & Repo management
│ ├── 📄 [ALT + P] Open Package.json .......... Direct jump to core manifest
│ └── 📄 [ALT + M] Open Readme ................ Direct jump to documentation
│
├── 📂 FREYR/ ................................... VSCode styling
│ ├── 📄 Blacked Out .......................... Pre-made black theme
│ ├── 📄 Blued Out ............................ Pre-made blue dark mode theme
│ ├── 📄 Window Differentiator ................ Styling differentiation
│ └── 📄 Theme Reset .......................... Reset window styling
│
├── 📄 Export Index Ngin ....................... Export index creator
├── 📄 Named Export Index Ngin ................. Named export index creator
├── 📄 Left Off Note ........................... Session note tracking
├── 📄 Snapshot Engine ......................... Code snapshot system
├── 📄 HERACLES ................................ Batch Rename - Bulk renaming
├── ............................... Nesting configuration
├── 📄 .env Context Swapper .................... (envProfile) Switch environment profiles
├── 📄 VSIX Packager ........................... Custom extension packaging
├── 📄 Pro7 Archiver ........................... Password protected archive for secrets
├── 📄 Region Folding .......................... Fold/toggle region folding
├── 📄 Ratatoskr .......................... Filetree builder & virtualizer
│
├── 📂 VIÐARR/ ................................. Automation events
│ ├── 📄 Auto Fold Regions ................... Settings-based folding
│ └── 📄 Forced Editor Groups ................ Specific group opening
│
├── 📂 REGEX/
│ ├── 📄 Regex Utilities .................... Advanced Regex Lab & tools
│ └── 📄 Regex Cheatsheet ................... Reference guide
│
├── 📂 TÝR/ ................................... Port, process and error utilties
│ ├── 📄 portReaper .......................... Zombie process killer
│ ├── 📄 Auto Reaper ......................... Automatic cleanup
│ └── .......................... (errorParser) The Pain: Your build failed or your
│ ├── test crashed. The terminal is a wall of 500 lines of red text. You have to scroll up,
│ ├── find the file path in the stack trace, copy it, Ctrl+P, and paste the path to fix the
│ ├── bug. Scans the last output of the integrated terminal for file paths and line numbers.
│ └── It then populates the Navigator with "Jump to Last Error" items.
│
├── 📂 HERMES/
│ └── .................. (vaultFetch) You need a staging/prod API
│ ├── key that isn't in your local .env for security reasons. You have to log into AWS
│ ├── Secrets Manager, 1Password, or your company Wiki, find the key, and copy it. A type
│ ├── that fetches a value from a CLI-based vault (like gh secret, aws secretsmanager, or a
│ ├── local encrypted file). It executes the CLI fetch and uses your existing copyToClipboard
│ └── logic to put the secret in your hand instantly.
│
├──
│ └── ................ The Pain: working on a mobile
│ ├── app or an external API that needs to see your local server. You have to open a
│ ├── separate terminal, remember your ngrok or localtonet command, copy the new URL,
│ ├── and paste it into your config. It automates the "copy-paste" loop between the
│ ├── terminal and your code. A specialized command that launches a tunnel (like ngrok
│ ├── http 3000), captures the generated URL, and automatically updates a specific
│ └── line in your config.ts or .env with the new public URL. The Fix: A tunnelLauncher type.
│
└── ............................... Database & Storage
└── .............................. Opens editor / viewer in your vscode editor group
├── Detects SQLite by magic bytes (SQLite format 3\0), Not by extension
├── Opens .vscdb, .random, .whatever
├── Built-in presets for common files:
│ ├── VS Code state.vscdb
│ ├── Chrome History/Cookies
│ ├── Firefox places.sqlite
│ └── etc.
├── Instead of a Webview that you have to "Open with...," use the Custom Editor API so that
│ └── clicking a .sqlite or .db file opens your UI immediately.
├── Keyboard First: Implement Vim-like or Excel-like navigation (arrow keys to move, Ctrl+N
│ └── for new row, Del to mark for deletion).
├── Schema Visualizer (ERD): Automatically generate an Entity Relationship Diagram.
├── Notebook Support: Integrate with VS Code's Native Notebooks
├── Export to Code: A button that takes a table or query result and generates the code to
│ └── access it in Python (Pandas), JavaScript (Drizzle/Prisma), or Rust.
├── WASM-based Performance: Use a fast WASM build of SQLite
├── Transaction Log & Undo: VS Code users expect Ctrl+Z to work.
└── Extensions Support: Allow users to load SQLite extensions
LICENSE
This project is protected under the MIT License. For more details, refer to the LICENSE file.
ACKNOWLEDGMENTS
Return
| |