Gáspár Nagy

Results 329 comments of Gáspár Nagy

Normally Gherkin allows you to make full line comments only. Commenting after tags on the same line was specially hacked in because many IDEs allowed this and it caused confusion....

As this is deep in the grammar level, the usual cucumber settings cannot be applied there... so it is not easy to make a setting for that (the grammar/parser can...

@mpkorstanje I think the AST would be able to handle the comments (BTW the normal comments do not necessarily start at column 0 or 1, but the column value indicates...

Thank you for your support @mbhoek!

@mbhoek could you please make a quick summary at https://github.com/orgs/reqnroll/discussions/72 of the issues made working with the codebase challenging?

Yes, this is on my list too. @wooger Would you be interested to contribute? I could guide you with some design ideas.

@littlegenius666 Great! I would be happy to support you! The solution here can be built up based on * [CommentCommand](https://github.com/specsolutions/deveroom-visualstudio/blob/master/Deveroom.VisualStudio/Editor/Commands/CommentCommand.cs) - this shows how to hook on a standard VS...

As you might know, Deveroom has been used as a baseline for the _SpecFlow for Visual Studio 2022_ product (https://github.com/SpecFlowOSS/SpecFlow.VS/) and the implementation of new features and improvements continues there...

The development of the "connectors" (the component that load step definitions from your project) has been moved to the https://github.com/SpecFlowOSS/SpecFlow.VS project. Do you have a chance to try with Visual...

@oryz Thx for the feedback. That's a good news. I try to find time to update Deveroom accordinly, but I can only do it after the Easter week. There will...