When comparing Caret vs IntelliJ IDEA, the Slant community recommends IntelliJ IDEA for most people. In the question“What are the best Markdown editors for OS X?” IntelliJ IDEA is ranked 23rd while Caret is ranked 25th.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Single-pane hybrid interface
The single pane formats your MD as you write it but retains the markup so you can see what's going on.
Pro Has a heading navigator
Hit ⌘ G to see document titles in a hierarchical view, type and use the arrows to navigate.
Pro Has a file manager
Hit ⌘ T to browse current folder, navigate the file system and manage your files and folders, type to search, right click to create / move / rename / delete items.
Pro Supports multiple cursors / selections
Make ten changes at the same time, not one change ten times - lets you edit multiple lines at once, perform quick and selective find and replace, etc.
Pro Supports context commands
Hit "Enter" to fix spelling, convert list to ordered/unordered/task, convert reference link to inline, jump to reference link definition, jump to footnote definition, visit links, etc.
Pro Supports auto-completions
Auto-completion for paths of links and images, keywords in fenced code blocks, emoji, etc.
Pro Offers inline preview for LaTeX math expressions
Renders LaTeX math expressions as soon as you have finished writing them.
Pro Supports "select more" / "select less" commands
Hit ⌥ ↑ to extend the current selection to the next biggest element and ⌥ ↓ to shrink the selection.
Pro Great Java Support
Pro A good editor for test-driven development
IntelliJ IDEA is really easy to work with when it comes to test-driven development in Java and JavaScript/TypeScript.
Pro Great JavaScript support
Pro Markdown support with preview
Pro Supports PHP quite well
Pro Great TypeScript support
Really good support for importing classes, libraries, etc. into a typescript class. Making it easy to do TDD.
Pro Good BASH script support
Pro Angular CLI support
Pro Made by developers for developers
It can make one more efficient, but also can get one way too used to shortcuts, autocomplete, and easy debugging.
Cons
Con Not free
No longer free, try and buy
Con The shortcuts don't toggle formatting
Pressing cmd+B, for example, will begin a bold segment of text, but pressing it again doesn't end that bold segment, it retroactively turns the boldness off. This interrupts writing flow tremendously.
Con Is not free
But it does have a free version (Community Edition).
Con Heavy
Consumes more resources than VSCode etc. But depending on your use-case, it can still be worth it for the benefits you get with this editor.
Con Autocomplete does not work while IntelliJ is indexing
But this, in general, is not much of an issue. Usually after npm install, etc.