We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there, thx for your extenstion. I like it. But i cant get it to work with pug/jade template language.
In pug writing file to include goes without "
like this: include helpers/mixins/filename.pug
i found this pretty option to get this working path-autocomplete.triggerOutsideStrings
is there a way to enable option above only in ".pug" files so i don't sacrifice other files ?
Thank you
The text was updated successfully, but these errors were encountered:
At the moment the path-autocomplete.triggerOutsideStrings is a global setting. Does it cause a lot of issues in the other files ?
path-autocomplete.triggerOutsideStrings
Sorry, something went wrong.
I have not tested yet about other issues, but it sounds reasonable for me to restrict that behaviour in certain file extensions.
@AntonGrekov in VSCode settings, you can use language-specific blocks... e.g.
"[pug]": { //settings defined here apply only to the pug filetype }
and yeah, I know this is ancient, but putting it out there in case it helps someone
No branches or pull requests
Hey there, thx for your extenstion. I like it.
But i cant get it to work with pug/jade template language.
In pug writing file to include goes without "
like this: include helpers/mixins/filename.pug
i found this pretty option to get this working
path-autocomplete.triggerOutsideStrings
is there a way to enable option above only in ".pug" files so i don't sacrifice other files ?
Thank you
The text was updated successfully, but these errors were encountered: