When you has installed the extension ,it will scan all scss files in your workspace.
You will see a "search" notifier in the left-bottom corner of the code editor.
After creating some new '.scss' files or adding some new variables & mixins in your original '.scss' files, you need to click the 'notifier' icon . It will scan again so that it can support the new variables & mixins & extend(placeholder%):
You can also add your customed .scss files from the node_modules folder in the scssscan.configuration:
In the end , you can use it like that :
Requirements
node.js > 5.3.0
Extension Settings
no default extension settings
For example:
This extension contributes the following settings:
scss-scan.enable: enable/disable this extension
Known Issues
Calling out known issues can help limit users opening duplicate issues against your extension.
I have not publish it to the GitHub, `cause the code still need to be optimized.
If you have any issues , welcome to contact me aaronphy@outlook.com.
Release Notes
0.0.1
Initial and first release of this extension
0.0.2
activate bug fix
0.0.3
Adding the @extend and customed .scss files configuration