diff options
| -rw-r--r-- | docs/markdown/IDE-integration.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index ad7185a1f..77edb755d 100644 --- a/docs/markdown/IDE-integration.md +++ b/docs/markdown/IDE-integration.md @@ -418,11 +418,12 @@ schema is defined by the class structure given in # Existing integrations +- [CLion](https://www.jetbrains.com/clion/) +- [Eclipse CDT](https://www.eclipse.org/cdt/) - [Gnome Builder](https://wiki.gnome.org/Apps/Builder) - [KDevelop](https://www.kdevelop.org) -- [Eclipse CDT](https://www.eclipse.org/cdt/) -- [Meson Syntax Highlighter](https://plugins.jetbrains.com/plugin/13269-meson-syntax-highlighter) plugin for JetBrains IDEs. -- [vscode-meson](https://github.com/mesonbuild/vscode-meson) extension for VS Code/Codium -- [Qt Creator](https://doc.qt.io/qtcreator/creator-project-meson.html) +- [Meson Syntax Highlighter](https://plugins.jetbrains.com/plugin/13269-meson-syntax-highlighter) 3rd party plugin for JetBrains IDEs. - [Meson-UI](https://github.com/dreamer-coding-555/meson-ui) (build GUI for Meson) - [mmeson](https://github.com/stephanlachnit/mmeson) (ccmake clone for Meson) +- [Qt Creator](https://doc.qt.io/qtcreator/creator-project-meson.html) +- [vscode-meson](https://github.com/mesonbuild/vscode-meson) extension for VS Code/Codium |
