microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.39k stars 28.94k forks source link

[html] find/peek references to CSS #10727

Closed Tekbr closed 6 years ago

Tekbr commented 8 years ago

-- Sorry for the English, I used Google Translator --

Add functionality similar to QuickEdit the Adobe Brackets for quick edits CSS file, or when I have a style tag in my HTML.

2

Simple explanation how it works: https://www.granneman.com/webdev/editors/brackets/quick-edit/

Add the functionality of this extension is the same as the QuickEdit but for directives, controllers and services on AngularJS in my JS or when one has a script tag in my HTML.

1

That would be a similar function with the Peek VSCode and File Peek extension, but for HTML.

David-Else commented 8 years ago

QuickEdit like in Brackets would be awesome!

Tekbr commented 8 years ago

@aeschli not only css, javascript also. the first image is an example for CSS, and gif (second image) and an example of a for js directives. Also add "label js", please.

Tekbr commented 6 years ago

-- Sorry for the English, I used Google Translator --

@aeschli Even if it is few votes .. the idea is to do this function tando for CSS when for AngularJS (javascript).

The old gif on AngularJS does not seem to be loading correctly, so I'm putting a new one showing.

angularjs

Create a new one to then track the AngularJS (javascript). But I believe the process can be the same or even similar.

Or can we change the title one more time?

aeschli commented 6 years ago

@Tekbr Let's keep this issue to enable finding a css rule from a HTML element. That enables opening a peek view, which is similar to what your screenshot shows. That fits in with our current features.

For improved angular tooling, please file this against one of the Angular extensions. We don't plan to add Angular specific tooling to the HTML built-in support.

aeschli commented 6 years ago

I mark this as duplicate of #27892 as that one has more votes.