What problem does it solve?
Managing a 1C:Enterprise 8 development workflow across Configurator, exports/imports, extensions, and debugging is slow and error-prone when you have to juggle many tools and file formats outside your editor.
Core Features & Use Cases
- Command palette workflow for 1C Dev: Exposes common 1C operations in Cursor through a dedicated panel and command palette so you can stay in one place.
- Project configuration & connection setup: Uses an
env.json file to define database, v8 platform paths, locale/language, and debug server settings for repeatable launches.
- Source-based load/export (incremental updates): Supports loading and exporting configurations and extensions from
src/cf and src/cfe, including incremental updates driven by build/commit/Commit.txt.
- Extension and external artifact handling: Helps build/disassemble external reports and processors and manage packagedef dependencies.
- BSL debugging support: Provides a debugger attachment workflow (including server management expectations like
dbgs.exe) plus variable inspection and call stack navigation.
Quick Start
Create a Cursor project folder with a packagedef file in the root, add an env.json with your --ibconnection and --v8-platform-root, then use the command palette to run “1C: Launch with background jobs” and debug your BSL with breakpoints.