Igor Hipólito Vieira

Results 18 comments of Igor Hipólito Vieira

I believe I fixed this bug in the latest version; there was even an issue previously associated with it, #114. Also, I tried to reproduce it following your instructions, but...

That's unexpected, mainly because the extension is not even using a third-party library for those searchs, it's sonely a call to `vscode.workspace.findFiles`, a function exposed by the VS Code API,...

Hi @alihasana, sorry for taking this long to reply, I just checked and it seems to be working, with both a local bootstrap.css file and with a link element pointing...

Have you considered the `html-css-class-completion.excludeGlobPattern` user setting to skip Tailwind files? It is described here in the README.md: https://github.com/zignd/HTML-CSS-Class-Completion#folders-and-files

Similar reports with attached .cpuprofile.txt files or better descriptions on the issue: #175, #180, #181, #207, #213, #214

I might consider it in the future

That's a great feature suggestion, feel free to open new issues in case something new comes to your mind. Actually, I've already thought about adding it. Don't worry, it will...

https://github.com/Microsoft/vscode/issues/27892

Sorry, I might not have understood your suggestion. Do you mean class name completion when you're in a CSS file writing definitions, and then you reference other classes' names?

Well, that's an interesting proposal. Got it!