Wdestroier

Results 18 issues of Wdestroier

### What information is missing? Hi, Flutter has an official Discord server. So should Dart, right? I'm asking for an official server, because the unofficial servers have little to nobody...

act.question
infra.community
st.triage.ltw

Would be great if Dart code had syntax highlighting by default. The default Java styles are a good approximation. ![image (1)](https://github.com/stefankueng/BowPad/assets/14764307/2b37c68d-7705-43cd-ad90-8a5d1bd38a56)

Can packages from pub.dev be imported?

The "Files" view shows the relative path and it's very useful. However, the "Content" view shows the absolute path. The absolute path takes too much space and contains too much...

**Describe the bug** Completing a symbol name does not add it in the import show clause. Therefore, becoming very hard to use explicit imports with a show clause all the...

is bug
in editor
in lsp/analysis server

**Describe the bug** Symbol doesn't show where it is from. **To Reproduce** 1. Write part of a class name and press the key to complete its name 2. Check the...

is enhancement
in editor
in lsp/analysis server
your feedback wanted!

**Is your feature request related to a problem? Please describe.** In Java we can see all imported symbols, but the import string is large. For example: ```java import java.lang.String; import...

is enhancement
blocked on vs code / lsp / dap
in editor

Hi! When compiling an app to production it's important to know how it will behave. Dart has a pubspec.lock file with the exact version of each dependency. pubspec.yaml may resolve...

package:webdev

Hi! The documentation in https://dart.dev/web/deployment says: > > [Compile using webdev](https://dart.dev/web/deployment#compile-using-webdev) > > [Use the webdev build command](https://dart.dev/tools/webdev#build) to create a deployable version of your app. This command converts your...

type-enhancement
package:webdev
P2
triaged

Hi! If I compile and bundle the app by setting the `--output` flag with > webdev build --output "./test/" [INFO] Reading cached asset graph completed, took 167ms [INFO] Checking for...

package:webdev
P2
triaged