there is any way to get the CSS code completion function to display the IDs or class used in the html file?
let's stay I have the following on index.html: <div id="lorem">ipsum dolorem</div>
Now, opening style.css file (in same project) and pressing [command] + [escape] buttons, I would like textmate showing up the suggestion "lorem" as the ID is present on index.html file.
...any suggestion? I hope I was clear enough :P many thanks in advance.