question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiline class breaks the intellisense

See original GitHub issue

When 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:closed
  • Created 2 years ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
voorjaarcommented, May 17, 2021

Firstly, I hope your team can be calm down, both! teamwork what matters 😁. I use Windi because your team!

Btw, I had a problem which likes the issue’s title. Hope you guy can fix it soon 😊.

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 .

1reaction
alexanderniebuhrcommented, May 16, 2021

@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 …

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found