I noticed a very annoying bug when writing css code:
1. When I type the ":" after the property name I got the intellisense pop-up, but if I don't select any value I can't press Enter in order to break lines. (I must mention that the intellisense popup delay is set to 0 milliseconds).
2. Within the code block when I press tab and shift+tab the pop-up needs to show up, or remain visible. Also when I press enter.
3. When I want to select a property value within the intellisense popup I want to press space bar in order to select the value.
4. when I need to create a css selector and tpye the first letter, a intellisense popup should appear with all the html tags
HTML:
1. If I delete the ">" character from the beginning tag of a element, then I retype it, Webuilder automatically adds a closing tag, and I get 2 closing tags on a single element which I manually need to correct.
Writing HTML & CSS
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".