Jonas Hungershausen
Jonas Hungershausen
Hi @astronomersiva, I'm sorry I had a lot todo this week. I tried debugging the issue but couldn't get ahold of the development process. I don't know if you have...
The problem I encountered is, that sass/scss and less are separate files with the corresponding file extension. You seem to have some watcher in place. Maybe it would make sense...
I also have a similar issue with darkmode enabled on the recovery documentation [1]. Without darkmode it looks good again. [1]
Does LSP4E support snippets from the language server? If so, it would be nice to implement this in the Dart analysis server instead of rolling our own snippets. cc @mickaelistria
I'm talking about https://github.com/Microsoft/language-server-protocol/blob/master/snippetSyntax.md. I might be misunderstanding it though. Ultimately this would boil down to a user wanting to have the `import ''` statement written out for him, and...
Awesome. Thanks for the clarification. I will see if this is something the LS of Dart might provide then.
I submitted https://github.com/dart-lang/sdk/issues/37831.
This does not seem possible right now (as in "needs work in platform"). However, we discussed, that it's not a very often used usecase to both develop Dart and Flutter...
I think @vogella meant this option. CTRL+Shift+F does format Dart source correctly (actually it's done by the analysis server). If you meant something else feel free to reopen.
Any update here?