cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

"item" not properly visualized in visualizer

Open maciejklimek opened this issue 1 year ago • 3 comments

it looks like the "item" is not properly visualized. Here is the screenshot. image

maciejklimek avatar Sep 24 '24 13:09 maciejklimek

The text based(splitting on comma) implementation of collection item is still in legacy. There's nothing wrong with the visualizer per se. That is why you can't say "take next item" in a comma separated list.

AndreasArvidsson avatar Sep 24 '24 13:09 AndreasArvidsson

sorry I don't understand. There are two dictionaries in the code. Shouldn't the visualizer show their items?

maciejklimek avatar Sep 24 '24 14:09 maciejklimek

sorry I don't understand. There are two dictionaries in the code. Shouldn't the visualizer show their items?

Yes eventually, but not with the current implementation. Comma separated lists are implemented in a language agnostic, text only way. That is still in the legacy implementation and is therefore not supported by the new grammar or the scope visualizer. Once we update that we will get comma separated lists for all languages in the scope visualizer.

AndreasArvidsson avatar Sep 24 '24 14:09 AndreasArvidsson

Textual collection item is now migrated and properly show up in the scope visualizer

AndreasArvidsson avatar Jan 24 '25 13:01 AndreasArvidsson