dsh-code-nav
Run the following command in DeepSeek Harness:
dsh plugin install AnakinCao/dsh-code-nav
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install AnakinCao/dsh-code-nav in your DeepSeek Harness terminal (source: https://github.com/AnakinCao/dsh-code-nav), then restart dsh web and hard-refresh the browser to activate the code preview navigator.
About this plugin
Browsing code in the DSH Web sidebar usually means plain text or basic highlighting, and jumping to a class, method, or keyword requires scrolling line by line. dsh-code-nav plugs into dsh-better-sidebar to take over code preview rendering and turn file opening into a navigable experience.
The extension covers JavaScript/TypeScript, Python, Java, C/C++, Go, Rust, PHP, Ruby, Swift, Kotlin, Lua, Shell, Vue, Svelte, and SQL, auto-detecting language from file extensions and emitting tokens for comments, strings, keywords, types, numbers, and function names with automatic light/dark theme switching. A symbol outline parses classes, interfaces, structs, enums, impls, methods, and variables, supports filtering by category, and jumps to the target line with a flash. In-file search highlights all matches, emphasises the current one, shows an n/m counter, cycles results with Enter or Shift+Enter, and offers a case-sensitivity toggle.
Best suited for developers who frequently read multi-language code inside DSH Web and prefer a lightweight in-sidebar preview over switching to a full editor. Highlighting and outline rely on regex and bracket-depth parsing rather than a full compiler, so complex generics, macros, or metaprogramming may yield missed or extra tokens. The preview is read-only; disable the plugin in better-sidebar settings to fall back to the built-in editor when editing is needed.
Use Cases
- Jumping to a class or method definition directly from the sidebar
- Keeping a lightweight multi-language code preview without switching to a full editor
- Finding keywords in a file and stepping through each match in place
Best For
- Developers who frequently browse code inside the DSH Web sidebar
- Frontend or full-stack engineers who prefer a lightweight preview over a standalone editor
- Project leads maintaining multi-language codebases and needing quick structural overviews
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.