Danny Tuppeny
Danny Tuppeny
@pablote That formatting looks really bad - I don't think it should do that. Could you paste that code into a new issue for me to look at? Also -...
> it's a little weird to have some Dart plugin developer tell me It's also a little weird for someone choosing to use a completely free open source plugin that...
Re-indenting is a slightly simpler problem than changing the formatting entirely. Part of the problem I think many would like to see fixed though is the line-wrapping at 80 characters....
Sorry, I didn't mean the line-wrap in the editor, but rather where the formatter breaks lines of code. For example if you write: ```dart if (thing) return; ``` The formatter...
@gggustafson I think something like [EditorConfig](https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options?view=vs-2017) would be the best way to achieve something like this (which VS does support too). See the comments above for why there's been no...
@fisforfaheem the comment above yours is showing another VS Code extension (Pubspec Assist) and not this one. If that extension is not working for you, please file an issue in...
This doesn't currently exist, we only allow controlling exceptions with the checkboxes for None/Uncaught/All which goes through to this VM Service call: https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md#setexceptionpausemode I can think of two ways to...
> I assume editing the Uncaught exception is something you have added because I can't do it in current version of dart-code. Sorry, this was a TypeScript project. I was...
@weinand ah, interesting - thanks! @bkonyi filed https://github.com/dart-lang/sdk/issues/47552, thanks!
In LSP we don't currently have a way to set the selection for a code action. There's an open issue at https://github.com/microsoft/language-server-protocol/issues/724 - please add 👍 's!