brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] 0.44 inline style hint didn't work #8567

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by Ashley2014 Tuesday Oct 21, 2014 at 05:08 GMT Originally opened as https://github.com/adobe/brackets/issues/9613


r kefh9 0xz 3 5xrmi rb9

wee

After upgrade to 0.44, I can't remember which version I used. It has hint 'style' ,but nothing happened when I type 'dis'.

core-ai-bot commented 3 years ago

Comment by peterflynn Tuesday Oct 21, 2014 at 08:30 GMT


@Ashley2014 Brackets itself doesn't offer any CSS code hints inside style attributes -- you need to use a <style> block or be inside a CSS/LESS/SCSS file. Were you using an extension that added code hints inside style attributes maybe?

core-ai-bot commented 3 years ago

Comment by Ashley2014 Wednesday Oct 22, 2014 at 01:42 GMT


@peterflynn Thank you for replying. I installed 2 extension, emmet and brackets-key-remapper , maybe I confused between emmet and inside style attributes hint. Sorry for that. I should write this to emmet. Do I need to close this issue?

core-ai-bot commented 3 years ago

Comment by peterflynn Wednesday Oct 22, 2014 at 01:47 GMT


@Ashley2014 I don't think either of those extensions provides CSS hints for inline style attributes either. Is it possible you're mis-remembering? You may have seen CSS hints when editing inside a <style> tag, which is still within an HTML file...

At any rate, I'll close this since it's definitely not a Brackets bug. Feel free to upvote this feature on our backlog -- Code Hints: CSS inside HTML style attribute -- if you'd like to see it as a built-in Brackets feature in the future.