Wdestroier

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