Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intellisense for datalogging should not suggest columns already used in a log call #4714

Open
jaustin opened this issue Jun 1, 2022 · 2 comments

Comments

@jaustin
Copy link
Collaborator

jaustin commented Jun 1, 2022

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

multisuggest log

Expected behavior

I think the already used values should be removed from intellisense.

@jaustin
Copy link
Collaborator Author

jaustin commented Jun 1, 2022

CC @carlosperate @JohnVidler

@abchatra
Copy link
Collaborator

abchatra commented Jun 1, 2022

@riknoll can we do this if the one column is already used in the same block, skip suggesting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants