When I type class=" or id=" I don't get any suggestions from existing styles, should that work or not a feature?
thank you
CSS class and id suggestions/code completion?
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
-
- Posts: 36
- Joined: Sat Feb 21, 2015 1:50 am
Re: CSS class and id suggestions/code completion?
There is autocomplete support for classes but it is somewhat limited, you need to type either class= (without ", autocomplete will automatically add the missing ") or type class="" (with both ") and then move cursor inside "" and press Ctrl + Space, which is shortcut for maual autocomplete trigger.
The same with IDs.
The same with IDs.
Blumentals Software Programmer
-
- Posts: 36
- Joined: Sat Feb 21, 2015 1:50 am
Re: CSS class and id suggestions/code completion?
Thanks, I will test ... would be better if autocomplete popped up in the flow of typing c so as I mentioned class=" or id=" to trigger suggestions/hints... If you're working with a framework like Bootstrap that uses a lot of classes it's really helpful and speeds things up
Thank you
Thank you
-
- Posts: 36
- Joined: Sat Feb 21, 2015 1:50 am
Re: CSS class and id suggestions/code completion?
Actually it works just fine, just different to how I've been used to with a different editor, but works perfectly .. Thanks!!