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.
On May 7, 2007, at 10:45 AM, ZulloP wrote:
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. -- View this message in context: http://www.nabble.com/CSS-code- completion-from-html-file--tf3704144.html#a10358635 Sent from the textmate users mailing list archive at Nabble.com.
Yes. It already kindof does this. Needs some work though.
Code Completion ScreenCast http://trippledoubleyou.subtlegradient.com/stuff/SubtleGradient% 20TextMate%20Code%20Completion%20Screencast.mov
thomas Aylott — subtleGradient — CrazyEgg — sixteenColors
On May 8, 2007, at 5:09 PM, Thomas Aylott (subtleGradient) wrote:
I never really mentioned this because it's kindof half-broken I'm just too busy to finish it :(
Code Completion ScreenCast http://trippledoubleyou.subtlegradient.com/stuff/SubtleGradient% 20TextMate%20Code%20Completion%20Screencast.mov
thomas Aylott — subtleGradient — CrazyEgg — sixteenColors
Hello Thomas, thank you for replying. I hope this will be solved soon, it is the only missing feature to make TextMate perfect at 100% for me.
Have a great day.