You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-completion for Marp directives would improve the writing experience on Marp.
Currently Marp for VS Code have a parser to diagnostics for outdated directives (Powered by remark + yaml). By refactoring it, we think would be applicable to auto-completion too.
languages.registerCompletionItemProvider is a contribution point for the extension to implement auto-completion.
The text was updated successfully, but these errors were encountered:
Auto-completion for Marp directives would improve the writing experience on Marp.
Currently Marp for VS Code have a parser to diagnostics for outdated directives (Powered by remark + yaml). By refactoring it, we think would be applicable to auto-completion too.
languages.registerCompletionItemProvider
is a contribution point for the extension to implement auto-completion.The text was updated successfully, but these errors were encountered: