Closed thunderhook closed 4 months ago
The following issue is about disallowing source = ".":
source = "."
We might add a warning to discourage users from using it.
Maybe also providing a quick-fix to change it to the parameter name (maybe find a better text):
Replace source "." with "customer"
When there are multiple parameters provide a quick fix for each parameter, e.g. customer and age:
customer
age
Replace source "." with "age"
The following issue is about disallowing
source = "."
:We might add a warning to discourage users from using it.
Maybe also providing a quick-fix to change it to the parameter name (maybe find a better text):
Replace source "." with "customer"
When there are multiple parameters provide a quick fix for each parameter, e.g.
customer
andage
:Replace source "." with "customer"
Replace source "." with "age"