dsh-element-source: Click Elements in DSH to Locate Vue / React / Svelte / Angular Source Code
dsh-element-source is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to address the issue of tracing page elements back to their source code locations in frontend development. It supports universal location for Vue, React, Svelte, Angular, and other frameworks. Users can enter local preview through the DSH sidebar or the plugin's built-in panel, highlight and click on page elements, and the plugin parses the corresponding source file path and line number (e.g., `src/components/App.vue:12`). This information is automatically filled into the chat draft in the format `[Element Location]`, but is not sent automatically; it is sent only after user confirmation and supplementary modification requests. The Agent then reads the file and displays the code, awaiting modification instructions, thereby reducing manual steps of searching and copying context. Installation
Read More