diff --git a/app/src/lib/editors/darwin.ts b/app/src/lib/editors/darwin.ts index b9690c82c5..272ea76f77 100644 --- a/app/src/lib/editors/darwin.ts +++ b/app/src/lib/editors/darwin.ts @@ -91,6 +91,10 @@ const editors: IDarwinExternalEditor[] = [ name: 'WebStorm', bundleIdentifiers: ['com.jetbrains.WebStorm'], }, + { + name: 'CLion', + bundleIdentifiers: ['com.jetbrains.CLion'], + }, { name: 'Typora', bundleIdentifiers: ['abnerworks.Typora'], diff --git a/docs/technical/editor-integration.md b/docs/technical/editor-integration.md index b0a0480d68..fb29ab1c52 100644 --- a/docs/technical/editor-integration.md +++ b/docs/technical/editor-integration.md @@ -220,6 +220,7 @@ These editors are currently supported: - [JetBrains PhpStorm](https://www.jetbrains.com/phpstorm/) - [JetBrains PyCharm](https://www.jetbrains.com/pycharm/) - [JetBrains RubyMine](https://www.jetbrains.com/rubymine/) + - [JetBrains CLion](https://www.jetbrains.com/clion/) - [RStudio](https://rstudio.com/) - [TextMate](https://macromates.com) - [Brackets](http://brackets.io/)