Danny Tuppeny
Danny Tuppeny
@babbage if you're calling a function that calls `test()` then you might be able to use the `@isTest` annotation to improve this slightly. It's hard to say for sure without...
I have an update, but sadly not a great one :-) I started implementing LSP's partial results so that we could send the results from your workspace first (which are...
Some numbers using current SDK + Flutter repo. The very first search (for `ButtonStyleButton`) seems to vary between 9-14 seconds. The time is roughly split 50/50 between the `discoverAvailableFiles` and...
In the next release (and the pre-release version just pushed today - v3.63.20240419), you can choose to have tests executed using their line numbers rather than their names. This fixes...
Assuming the suggestion above is sufficient, this will be available as part of an upcoming setting added for https://github.com/Dart-Code/Dart-Code/issues/1903. Subscribe there for updates on when this is implemented.
In the next release (and the pre-release version just pushed today - v3.63.20240419), you can choose to have tests executed using their line numbers rather than their names. This fixes...
I think it's a fair request to be able to customise these further and would accept PRs to do this. The styling is handled here: https://github.com/Dart-Code/Dart-Code/blob/1ee5959ff4d68510b0c03bbbe1ee971b61d614ca/src/extension/lsp/closing_labels_decorations.ts#L15-L18 And the prefix is...
Looking for some opinions on including signatures more visible in code completion (today, only the item your cursor is over shows the signature, and we can't show greyed labels on...
Thanks - I think I agree. I'll wait a little longer to see if there are any other opinions but otherwise may go ahead with 5 soon (and we can...
> I vote for 4. It is aligned with how other editors do it and VS Code as well in JS/TS env at least, I think TS is currently doing...