Vscode-markdown: Toggle unordered list doesn't work with multiple lines selected

Created on 23 Oct 2018  ·  7Comments  ·  Source: yzhang-gh/vscode-markdown

What is the problem?

Command Markdown: Toggle Unordered List doesn't work with multiples lines selected.
Expected: Multiple lines toggle between formatting as a list and formatting as a regular paragraph.
Observed: Nothing happens.

How can I reproduce it?

  1. Select multiple lines
  2. Invoke command "Markdown: Toggle Unordered List"

Is there any error message in the console?

No.

Help wanted Feature

All 7 comments

The toggleUnorderedList command was added for switching between list markers (#145).

This is a different feature. By the way, you might like to know VSCode's multi-cursors feature.

Ah, then I misunderstood the feature from the command. I know the multi-cursors feature, thanks.
Then this would be indeed a feature request for toggling the state of multiple lines
a) between ordered list on/off
b) between unordered list on/off

A GIF from Markdown Shortcuts

toggle bullets

Yep, that's the functionality with asterisks (which make markdownlint complain). Unfortunately, there's no option for dashes.

Any ETA on this feature request? Thanks.

Thanks for the interest. I personally don't have much time for this...

togglelist

In the upcoming release

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lengyingzi picture lengyingzi  ·  5Comments

MisterY picture MisterY  ·  3Comments

maoturing picture maoturing  ·  4Comments

baby5 picture baby5  ·  5Comments

akurani picture akurani  ·  4Comments