Leonardo de Moura
fc718eac88
feat: code action for grind parameters ( #10472 )
...
This PR adds a code action for `grind` parameters. We need to use
`set_option grind.param.codeAction true` to enable the option. The PR
also adds a modifier to instruct `grind` to use the "default" pattern
inference strategy.
2025-09-20 07:30:39 +00:00
Leonardo de Moura
6683d1eb91
chore: add module keyword to grind tests ( #10036 )
...
This PR also fixes missing `@[expose]` in grind support definitions.
2025-08-21 22:02:08 +00:00
Leonardo de Moura
0046b8b4bb
feat: warning based on patterns for grind ( #9883 )
...
This PR refines the warning message for redundant `grind` arguments. It
is not based on the actual inferred pattern instead provided kind.
2025-08-13 00:42:09 +00:00
Leonardo de Moura
08c3f3c236
feat: warn grind redundant parameters ( #9679 )
...
This PR produces a warning for redundant `grind` arguments.
2025-08-02 05:37:07 +00:00