theNewDynamic / language-hugo-vscode

Adds syntax highlighting to Hugo files in VS Code
https://marketplace.visualstudio.com/items?itemName=budparr.language-hugo-vscode
Apache License 2.0
67 stars 19 forks source link

Add Support with Mac M1? #23

Open goldcoders opened 3 years ago

goldcoders commented 3 years ago

I manage to install it, no problem, the syntax highlighting is ok, but the Snippets is not being triggered?

i tried x or xx but not working or any other snippets like : if, with, etc.

i already add this

"[markdown]": {
  "editor.quickSuggestions": true
}

but this one is specific for markdown, do you have config for html?

or do i need to set the language from html to hugo?

any help would be appreciated thanks

goldcoders commented 3 years ago

the snippets only shows when i do "option+\" then it will show keyboard snippets is there a way i can use the snippets without pressing excess 2 keys? its pointless having a keyboard shortcut for example pressing x , is much better than pressing option+\ then x... 3 keystroke compare to x + tab

any fix on this?

budparr commented 3 years ago

I'm on a M1 Mac and not having any issues. Perhaps try uninstalling and reinstalling. Let us know if that helps!