microsoft / microsoft/vscode-markdown-languageservice
Support smart selection for Markdown table
@mjbvz is already working on this.
Since Dec 13, 2024.
- Dominant language
- TypeScript
- Stars
- 438
- Forks
- 25
- Avg merge
- 3d 21h
- Merged PRs (30d)
- 1
Description
Future request
Some smart select in markdown is supported in https://github.com/microsoft/vscode/issues/107410. However, markdown table is not supported in this issue.
In Markdown table, it would be nice to be able to select each cell with smart select.
Current situation
Demonstrate using the table below.
| Contents | Description |
| :-------: | :------------------ |
| Fruits | Sweet and delicious |
| Vegetable | Nutritious |
| Meat | Source of power |
-
Select cell of 2-1 with smart selection (
Shift+Alt+Rightone time)
-
Select cell of 3-2 with smart selection (
Shift+Alt+Rightthree times andShift+Alt+Leftthree times)
Expected behavior
-
Select cell of 2-1 with smart selection

-
Select cell of 3-2 with smart selection

Version
-
Stable
Version: 1.69.0 (user setup) Commit: 92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9 Date: 2022-07-07T05:28:36.503Z Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js: 16.13.2 V8: 10.0.139.17-electron.0 OS: Windows_NT x64 10.0.22000 -
Insider
Version: 1.70.0-insider (user setup) Commit: 3104db414c8fedcf6e4493f14da7df0b7413853a Date: 2022-07-08T05:20:13.606Z Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js: 16.13.2 V8: 10.0.139.17-electron.0 OS: Windows_NT x64 10.0.22000
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.