
|
Available Workflow Actions
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
|
| Component/s: |
CSS Editing
|
| Affects Version/s: |
None
|
| Fix Version/s: |
None
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
| Build: |
3,436
|
| Severity: |
Medium
|
When I type in CSS file:
#nav
Then I press Ctrl+Space, IDEA should look through all files which directly or indirectly include the CSS file (or the containing file, if it's embedded CSS), to produce a list of ID's used in those files.
Also, Ctrl+Click on such a #xx reference should show me a list of possible declarations to jump to, including each tag in the included files mentioned above, which specifies that ID.
|
|
Description
|
When I type in CSS file:
#nav
Then I press Ctrl+Space, IDEA should look through all files which directly or indirectly include the CSS file (or the containing file, if it's embedded CSS), to produce a list of ID's used in those files.
Also, Ctrl+Click on such a #xx reference should show me a list of possible declarations to jump to, including each tag in the included files mentioned above, which specifies that ID. |
Show » |
| There are no comments yet on this issue.
|
|