Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Emmet in Markdown files #17

Merged
merged 2 commits into from
Sep 6, 2024
Merged

Enable Emmet in Markdown files #17

merged 2 commits into from
Sep 6, 2024

Conversation

rileychh
Copy link
Member

@rileychh rileychh commented Sep 4, 2024

這個 PR 會讓 VS Code 在 Markdown 檔案中啟用 Emmet 自動完成(就像在 HTML 那樣),並且在按下 tab 鍵時展開。對於時常需要在 Markdown 中使用 Vue 元件和 HTML 元素的我們來說非常實用。

Copy link
Contributor

@mirumodapon mirumodapon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it can not with + expression, for instance the statement table>thead+tbody+tfoot does not show emmet option in my vscode. do i need to install any plugin?

.vscode/settings.json Show resolved Hide resolved
@rileychh
Copy link
Member Author

rileychh commented Sep 5, 2024

it can not with + expression, for instance the statement table>thead+tbody+tfoot does not show emmet option in my vscode. do i need to install any plugin?

Works on my machine badge

自動完成的建議可能不會出現,但是按 Tab 還是會出現。試試看一次打完後按 Tab 看看?

Copy link
Contributor

@mirumodapon mirumodapon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rileychh rileychh merged commit 6a271e7 into main Sep 6, 2024
1 check passed
@rileychh rileychh deleted the enable-emmet-in-md branch September 6, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants