feat(ide): complete Phase 2 IDE integrations for all major editors - #439
Merged
Conversation
VS Code Extension (v0.2.0): - Add status bar indicator showing LSP connection state - Add format on save configuration (dotprompt.formatOnSave) - Add commands: Format Document, Restart LSP, Show Output - Improve error handling with actionable dialogs JetBrains Plugin (v0.2.0): - Add 18 live templates (role, system, user, if, each, json, etc.) - Add settings UI at Settings → Languages & Frameworks → Dotprompt - Add DotpromptSettings for persistent configuration - Update PromptlyServerFactory to use configured promptly path Neovim/Vim: - Add lua/dotprompt/init.lua module for easy LSP setup - Add format on save and default keymaps (<leader>f, K, gd, gr) - Add Tree-sitter integration docs to README Emacs (v0.3.0): - Add dotprompt-format-buffer command (C-c C-f) - Add dotprompt-format-on-save option - Add Doom Emacs, Spacemacs, straight.el config examples Tree-sitter Grammar: - Add test corpus with 8 test cases - Add integration examples for nvim-treesitter, Helix, Zed
yesudeep
enabled auto-merge (squash)
January 25, 2026 00:16
MengqinShen
approved these changes
Jan 25, 2026
This was referenced Jan 24, 2026
This was referenced Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
VS Code Extension (v0.2.0):
JetBrains Plugin (v0.2.0):
Neovim/Vim:
Emacs (v0.3.0):
Tree-sitter Grammar: