What do you mean by "autocomplete for these two expressions"? Do you mean these actual words?
If so -- you can use Live Templates functionality for that (Settings | Live Templates). There is no separate context just for SCSS files, so you will have to use CSS context.
For example:
Create new entry anywhere.
Fill all required fields (abbreviation, description, tempalte text, context ...)
Now right click on such rule and chose "Move | New Group" -- this will keep your own entries "clean and tidy" -- separate to the bundled ones.
Hi Tomas,
What do you mean by "autocomplete for these two expressions"? Do you mean these actual words?
If so -- you can use Live Templates functionality for that (Settings | Live Templates). There is no separate context just for SCSS files, so you will have to use CSS context.
For example:
Thank you,
that was I was looking for:)
Tomas