TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: ContextBuilder for the Idea IDEs

2 点作者 brostoffed2 个月前

1 comment

brostoffed2 个月前
I’m excited to share ContextBuilder – a new IntelliJ IDEA plugin designed to streamline your workflow for creating markdown contexts from your project files. What It Does:<p>ContextBuilder lets you select discrete files, folders, or any combination of both directly from your Project view. Simply right-click and choose Generate Context, and the plugin will:<p>Recursively gather file contents:<p>Whether you select a single file, an entire folder, or multiple selections, the plugin merges them into a single markdown document.<p>Immediate clipboard support:<p>The generated markdown context is automatically copied to your clipboard, ready for use in AI prompts, documentation, or code reviews.<p>Intuitive Tool Window Interface:<p>A docked tool window displays your context generation history, a detailed file tree preview, and even a token count (using jtokkit’s BPE encoding) to help you manage context size effectively.<p>Drag-and-Drop &amp; History Management:<p>Easily add files by dragging and dropping them onto the tool window. The history view supports filtering, sorting (by date or name), and renaming entries, so you always know which context came from where.<p>---<p>Source: <a href="https:&#x2F;&#x2F;github.com&#x2F;Brostoffed&#x2F;ContextBuilder" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Brostoffed&#x2F;ContextBuilder</a>