Enhancing the remark / VS Code experience #910
Replies: 2 comments
-
Awesome! :) Might be something to do/communicate with silvenon/vscode-mdx / mdx-js/vscode-mdx as well. Related to linting (and remarkjs/remark-lint#276), I also have some thoughts on improving the existing rules, and perhaps adding more lint rules for directives/math/mdx/etc? It’s a different discussion but perhaps adjacent. |
Beta Was this translation helpful? Give feedback.
-
Here’s a sneak preview of what this looks like in VSCode. 😄 It lints and formats the readme based on the latest version of Screencast_2021-12-10_14.29.03.mp4 |
Beta Was this translation helpful? Give feedback.
-
Upcoming month I have some spare time I would like to spend on enhancing the experience of using remark with VS Code.
I still need to look into the exact issues I’ll run into, but roughly this is my idea:
vscode-remark
should useunified-language-server
.unified-language-server
should useunified-engine
.This ensures consistent behavior between the language server and CLI such as:
unified-language-server
should be updated to adhere to the same code quality standards as the rest of the unified ecosystem.vscode-remark
should be able to lint files.vscode-remark
should be able to autofix / format files.Any feedback is welcome
Beta Was this translation helpful? Give feedback.
All reactions