Multiline class breaks the intellisense
See original GitHub issueWhen the class names are not in the same line as class
the autocomplete stops working.
// WORKS
<div class="bg-transparent flex-nowrap">
// DOESNT WORK
<div class="bg-transparent
flex-nowrap">
windicss-intellisense-bug.zip index.html
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Google docstring formatting for multi-line class attributes not ...
Google docstring formatting for multi-line class attributes not recognized/converted properly for use in intellisense popup #3347.
Read more >VS Intellisense: Show INDENTED multiline code example on ...
Line break can use <br/> or <para/> . But there is no way to indent the first line. Html formatting methods, spacing, spaces, ......
Read more >c# Multi line comment breaks xml comment creation? - MSDN
I often use multi line comments to create nice headings in my classes that break up sections of code...this is all fine and...
Read more >Intellisense doesn't display a multi-line comment function
Hi,. I work on Visual Studio 2019 - v16.7.7 and I use Doxygen to comment my code. It seems that Intellisense doesn't display...
Read more >Editor Setup - Tailwind CSS
Tailwind CSS IntelliSense extension for Visual Studio Code. Autocomplete. Intelligent suggestions for class names, as well as CSS functions and directives.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you. However I must point out that this is a very serious mistake and Alex’s first reply made me think he was making excuses, then I apologized for my harsh tone @alexanderniebuhr .
@voorjaar i have suggested an idea for an fix… check it, test it! If you don’t like the idea - don’t merge it. It should fix multiline attributes (all attributes) and
<style>
tags …