vscode-html-css icon indicating copy to clipboard operation
vscode-html-css copied to clipboard

ctrl+space

Open malaquro opened this issue 3 years ago • 5 comments

does not work on Mac Os I tried control and command+space. What can be done about it?

"Visual Studio Code CSS Intellisense for HTML"

malaquro avatar Aug 03 '22 06:08 malaquro

Hello, what is the extension of the file you are working on? (html, php etc)

ecmel avatar Aug 03 '22 09:08 ecmel

html or css body { background-repeat: ; }

on windows, pressing control+space displays view a list of id and class attribute suggestions via ctrl + space. It doesn't work on mac os and I want to figure out what to do

malaquro avatar Aug 03 '22 10:08 malaquro

Please try this https://github.com/ecmel/vscode-html-css#additional-style-sheets

ecmel avatar Aug 05 '22 06:08 ecmel

What exactly?

The task is simple, ctrl+space works on Windows, not on Mac Os! What keyboard shortcut works or how to change it for this extension???

malaquro avatar Aug 05 '22 07:08 malaquro

What is the source of your CSS? Is it loading from internet or the project itself? I am using mac os as well and Control + Space works for me and the code is tested in github actions for every commit and release.

ecmel avatar Aug 05 '22 14:08 ecmel