Gherkin syntax highlighting in Qt Creator. How?
-
@bogong said in Gherkin syntax highlighting in Qt Creator. How?:
Is there any option to highlight Gherkin syntax in Qt Creator?
Not out-of-the-box, because Gherkin has no relation to Qt.
If Gherkin has a language server, you can integrate it into Qt Creator using https://doc.qt.io/qtcreator/creator-language-servers.html
Otherwise, you can write your own Gherkin plugin for Qt Creator: https://doc-snapshots.qt.io/qtcreator-extending/first-plugin.html
-
@bogong said in Gherkin syntax highlighting in Qt Creator. How?:
Is there any option to highlight Gherkin syntax in Qt Creator?
Not out-of-the-box, because Gherkin has no relation to Qt.
If Gherkin has a language server, you can integrate it into Qt Creator using https://doc.qt.io/qtcreator/creator-language-servers.html
Otherwise, you can write your own Gherkin plugin for Qt Creator: https://doc-snapshots.qt.io/qtcreator-extending/first-plugin.html