Skip to content

Add textual/visual mode toggle buttons for Neva editors#27

Merged
emil14 merged 1 commit intomainfrom
codex/issue-26-textual-visual-toggle
Feb 19, 2026
Merged

Add textual/visual mode toggle buttons for Neva editors#27
emil14 merged 1 commit intomainfrom
codex/issue-26-textual-visual-toggle

Conversation

@emil14
Copy link
Copy Markdown
Contributor

@emil14 emil14 commented Feb 19, 2026

Summary

  • add editor title toggle commands for Textual/Visual modes in .neva files
  • track active Neva editor + current mode via VS Code context keys
  • expose a minimal extension API surface (getEditorMode, setEditorMode, onDidChangeEditorMode) as a starting point for visual editor integration

Verification

  • npm run build
  • open a .neva file in Extension Development Host
  • verify editor title shows Visual button by default
  • click Visual and confirm placeholder message + button flips to Textual
  • click Textual and confirm button flips back to Visual

Closes #26

@emil14 emil14 merged commit 311a271 into main Feb 19, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Textual/Visual modes toggle (buttons)

1 participant