kim

Results 3 comments of kim

While the documentation for use() is correct in 7.x, this breaking behavior really needs to be added to the migration guide.

In the meantime, this is a work around: ``` "forms": { "kebab": { "identifier": "kebabCase" }, "dash-to-underscore": { "identifier": "replace", "pattern": "-", "replacement": "_" }, "snake": { "identifier": "chain", "steps":...

Direct support for making the working directory the same as the project root would be a decent compromise. If you want this behavior after the #3073 "fix", VS requires you...