Does EditSnappy Work in [App]? The Compatibility List
The honest answer to “does EditSnappy work in [my app]?” is: almost certainly yes — and how smoothly depends on what your app is built with, not on a maintained list of blessed apps. EditSnappy edits text at the operating-system level, so the right mental model isn’t “is this app on a supported list” — it’s “what engine does this app use,” because that determines which part of EditSnappy’s fallback chain does the work. This page is the master reference, organized by engine so you can place any app, even one we don’t name.
The one rule that predicts everything
If you can select text in it, EditSnappy can almost always edit it. How it does so depends on the engine.
EditSnappy uses a hybrid fallback chain: it tries a fast native write, verifies the text actually changed, and falls back to a clean clipboard inject or a one-click “Insert” popover when an app blocks the native path. That’s why coverage is broad rather than a fixed list — and why some apps are instant while a few need one extra click.
The four engine tiers
Tier 1 — Native (easiest: instant, fast write)
Native OS apps expose a proper accessible text field, so the fast write lands directly and instantly.
- macOS: Apple Mail, Spark, Apple Notes, Bear, TextEdit, Pages, Word desktop, Outlook desktop, Messages, native menu-bar utilities.
- Windows: Word desktop, classic Outlook desktop, Notepad, WordPad, most Win32 apps, Telegram Desktop (native build).
- What to expect: select → hotkey → instant in-place swap.
Tier 2 — Electron / Chromium (the hard tier — where rivals fail, where EditSnappy’s verify-and-fallback earns its keep)
These render text in an embedded web view; the native write often reports success and changes nothing, so EditSnappy verifies and falls back to a clean inject.
- Slack, Microsoft Teams, Discord — chat. See Slack and Teams & Discord.
- Notion, Obsidian, Evernote — notes/docs. See Notion, Obsidian, Evernote & note apps.
- VS Code — code editor. See VS Code & JetBrains.
- WhatsApp Desktop, plus many other Electron apps (Linear, Asana desktop, Spotify-style apps with text fields).
- What to expect: select → hotkey → in-place swap via the fallback. This is the tier other inline editors silently fail in; it’s EditSnappy’s wedge.
Tier 3 — Java (special case: the Accessibility Bridge)
Java desktop apps expose text through the Java Accessibility Bridge, which is inconsistent. EditSnappy uses its clipboard-based path here.
- JetBrains IDEs — IntelliJ IDEA, PyCharm, WebStorm, GoLand, Rider. See VS Code & JetBrains.
- Other Swing/Java desktop apps (some enterprise and engineering tools).
- What to expect: reliable in-place edit via the fallback; the troubleshooting note is Fix: inline AI tool does nothing in Java/JetBrains apps.
Tier 4 — Canvas / WebGL (hardest: the “Insert” popover)
These draw text to a <canvas> with no editable field for external tools to target. EditSnappy uses the one-click “Insert” popover.
- Figma — design canvas. See Figma text layers.
- Google Docs body (canvas-rendered). See Google Docs & Word.
- Other web apps drawing text to canvas.
- What to expect: select → hotkey → rewrite shown in a popover → one click to insert. One extra click, but a working loop where accessibility-only tools do nothing.
Browsers and web pages
Any text box inside a web page — webmail, a CMS, a support tool, LinkedIn, Jira, a web form — works across Chrome, Safari, Edge and Arc, with no per-browser or per-site extension. Standard web fields are effectively Tier 1/2; canvas web editors (Google Docs) are Tier 4. Full detail: AI writing in any browser.
”My app isn’t listed”
Place it by engine and you’ll know what to expect:
- Native desktop app → Tier 1, instant.
- Built on Electron (a wrapped web app) → Tier 2, works via fallback.
- A Java desktop app → Tier 3, works via fallback.
- Draws text to canvas → Tier 4, works via the popover.
- A text box in a browser → works across all browsers.
In every tier, you get the same constants: the live diff (Tab to accept, Esc to keep your original), local history undo, formatting preservation, and slop stripping.
The honest way to check: try it
No list beats a live test in your own app. EditSnappy has a real free trial — no credit card, so the right move is to open your hardest app, select a sentence, and press the key. If it lands in Slack and your IDE, it lands everywhere.
Back to the full grid on the integrations hub, the failure-by-failure fixes on the troubleshooting hub, and the product story on the EditSnappy homepage. Mac and Windows; OctoIO runs the AI so there’s nothing to configure — a low flat monthly fee, see pricing. [[MISSING: pricing decision — whether a BYOK tier ships, per master doc §8 option B.]]
Start free — no credit card · Test it in your hardest app — that’s the only list that matters.