Snippet variable confusion

Issue #72 resolved
Christian Budde created an issue

When opening the VSCode console I got a few warnings caused by OmniPascal. In particular it warns about confused snippet variables in the snippets "raise Exception.Create", "Property with getter" and a few more.

If you look into these you can find that variables use curly brackets, which should be used with a default. Since this isn't set there it could (should) also be used without the curlies.

It's not critical as it's just a warning.

Comments (1)

  1. Log in to comment