You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you're logging columns, it would be good for Intellisense not to suggest columns already used in that log statement.
If you call something like: datalogger.log(datalogger.createCV("compost", 1), datalogger.createCV("compost", 2), datalogger.createCV("compost", 3))
You will only get a single row with '3' as the entry for 'compost'
To Reproduce
Expected behavior
I think the already used values should be removed from intellisense.
The text was updated successfully, but these errors were encountered:
Describe the bug
When you're logging columns, it would be good for Intellisense not to suggest columns already used in that log statement.
If you call something like:
datalogger.log(datalogger.createCV("compost", 1), datalogger.createCV("compost", 2), datalogger.createCV("compost", 3))
You will only get a single row with '3' as the entry for 'compost'
To Reproduce
Expected behavior
I think the already used values should be removed from intellisense.
The text was updated successfully, but these errors were encountered: