issues
search
dlang-community
/
DCD
The D Completion Daemon is an auto-complete program for the D programming language
GNU General Public License v3.0
349
stars
71
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Only filter out duplicates if they are of the same kind
#781
bangbangsheshotmedown
opened
1 week ago
3
Optimize memory usage
#780
ryuukk
opened
2 months ago
2
Rework visitContructor to match how it is done for func declarator
#779
ryuukk
opened
2 months ago
1
No completion inside version blocks
#778
ryuukk
opened
3 months ago
0
Add DCD as lib interface
#777
ryuukk
opened
4 months ago
4
Add support for IES
#776
schveiguy
opened
6 months ago
1
.github/workflows/ci.yml: add gdc build job
#775
the-horo
opened
6 months ago
1
tests/extra/tc_ufcs_all_kinds: support gdc
#774
the-horo
opened
6 months ago
7
fix getSymbolsForCompletion raise exception
#773
electricface
closed
7 months ago
3
dcd-client brings down server when querying for documentation of modules
#772
nordlow
opened
9 months ago
0
Add template parameters to the autocomplete response for struct/class
#771
ryuukk
opened
10 months ago
3
Handle ``package`` access visibility
#770
ryuukk
opened
10 months ago
0
Fix build on OpenBSD, NetBSD and DragonflyBSD
#769
jtbx
closed
11 months ago
1
avoid unnecessary O(n^2) work in localuse
#768
brianush1
closed
11 months ago
8
support `.Type` syntax for module type lookup
#767
WebFreak001
closed
11 months ago
1
support casts in initializers
#766
WebFreak001
closed
11 months ago
2
support inlay hints inside functions
#765
WebFreak001
closed
11 months ago
1
Add a new request to get inlay hints
#764
WebFreak001
closed
11 months ago
2
Save memory by removing argNames from DSymbol
#763
ryuukk
closed
1 year ago
1
Add a new request to get inlay hints
#762
ryuukk
closed
1 year ago
1
Handle FunctionCallExpression
#761
ryuukk
closed
1 year ago
3
Implement `FunctionCallExpression`
#760
ryuukk
opened
1 year ago
1
Allow parsing the whole module
#759
ryuukk
closed
1 year ago
1
Add proper symbol qualifier to function symbols
#758
ryuukk
closed
1 year ago
3
Add support for extended output when requesting symbol's documentation
#757
ryuukk
closed
1 year ago
2
fix(env): change the environment to be /usr/bin/env bash
#756
imrying
closed
1 year ago
1
Missing named arguments implementation
#755
MrcSnm
closed
1 year ago
1
Fix ArraySliceError in complete.d when there is no paren.
#754
drpriver
closed
1 year ago
2
Add option to disable UFCS completion
#753
ryuukk
opened
1 year ago
0
Differentiate UFCS functions from regular fields
#752
ryuukk
closed
1 year ago
2
Ensure type is not null for symbols not yet fully resolved
#751
ryuukk
closed
1 year ago
5
Fix deprecation warning
#750
ryuukk
closed
1 year ago
1
fix parameters in constructors being treated as fields
#749
brianush1
closed
1 year ago
2
implement typeof in types
#748
WebFreak001
closed
11 months ago
1
make --logLevel work again, add some test options
#747
WebFreak001
closed
1 year ago
1
UFCS not matching class inheritance
#746
WebFreak001
opened
1 year ago
0
ignore more temporary profiling files
#745
WebFreak001
closed
1 year ago
1
adding bang completion for template func, struct, class
#744
vushu
closed
1 year ago
1
test ci
#743
WebFreak001
closed
1 year ago
2
No completion for eponymous alias template
#742
MightyPrinny
closed
1 year ago
1
auto-update ddoc-based constants
#741
WebFreak001
closed
1 year ago
2
Update to next libdparse version
#740
WebFreak001
closed
1 year ago
2
Update to next libdparse version
#739
WebFreak001
closed
1 year ago
2
added ufcs completion for string and string literal
#738
vushu
closed
1 year ago
5
prepare for libdparse changes 1/2
#737
WebFreak001
closed
1 year ago
2
refactoring match algorithm to not use recursion for UFCS
#736
vushu
closed
1 year ago
2
add PR comments that show build statistics, speed & RAM usage
#735
WebFreak001
closed
1 year ago
3
Fuzzy matching instead of startsWith for filtering
#734
WebFreak001
opened
1 year ago
5
Ensure UFCS correctness
#733
WebFreak001
closed
1 year ago
1
fix UFCS with partial completion, fix #731
#732
WebFreak001
closed
1 year ago
0
Next