theNewDynamic / language-hugo-vscode

Adds syntax highlighting to Hugo files in VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=budparr.language-hugo-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Support with Mac M1?

goldcoders opened this issue · comments

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

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?

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