문제

When writing a scenario in Cucumber using Komodo Edit, is it possible to use a single quote without Komodo interpreting it as a string syntax?

Example:

Scenario: The man's laptop turns on

The standard Cucumber syntax highlighting will highlight everything after the single quote until the next single quote or end of file as a giant string. Any thoughts would be much appreciated.

도움이 되었습니까?

해결책

I haven't been able to figure out a way of doing this without making code changes to the plugin.

I created a fork of ccaroon's original repo that disables single-quote strings altogether. This solves the problem for me.

You will have to build the extension per the README.md. On Linux you can find koext in <komodo-install-dir>/lib/sdk/bin/. It's likely similar on other platforms.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top