pranaygp / vscode-css-peek

A vscode extension for peeking at CSS definitions from a class or id tag in HTML
MIT License
145 stars 32 forks source link

Load remote css files #71

Open enricodias opened 4 years ago

enricodias commented 4 years ago

Is it possible to load remote css files for peek?

pranaygp commented 4 years ago

I made a number of changes to support use some new VSCode APIs/methods.

Can you update to CSS Peek 3.3.0 and let me know if remote css files work for you @enricodias? I don't use this feature of VSCode

enricodias commented 4 years ago

It still doesn't look in remote css files, it just scans the local folders. If your html loads a css file from a cdn for example, the extension will not identify this external css and will not look for definitions on it.

pranaygp commented 4 years ago

Oh I see. Yup remote css files like that doesn't work with CSS Peek and there no planned support for that.

I assumed you meant using Viscose to access source code hosted on a remote development instance

On Tue, Jul 28, 2020, 7:22 PM Enrico Dias notifications@github.com wrote:

It still doesn't look in remote css files, it just scans the local folders. If your html loads a css file from a cdn for example, the extension will not identify this external css and will not look for definitions on it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pranaygp/vscode-css-peek/issues/71#issuecomment-665392198, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANW5NA32I3ZENS57L3X3S3R56BXBANCNFSM4JCCF3YQ .