Jan Jurzitza
b79982d509
Add a new request to get inlay hints ( #764 )
...
Co-authored-by: ryuukk <ryuukk.dev@gmail.com>
2023-12-04 09:38:58 +00:00
WebFreak001
22f65d51fe
Resolve ptr, array & aa in types, add typeOf field
...
typeOf field is new tab-delimited field in dcd-client output, so you no
longer need to manually guess types / parse code. Calltips still yield
the actual written type, but in case of "auto", the typeOf column may
contain more useful info.
2023-03-16 16:45:25 +01:00
davu
66b11109fc
updating readme for UFCS
2023-02-21 21:37:00 +01:00
davu
29dba75ce9
UFCS using new completion kind F
2022-10-18 23:31:20 +02:00
Vushu
78740cc1b1
update readme for UFCS description
...
Co-authored-by: Jan Jurzitza <gh@webfreak.org>
2022-10-18 23:31:20 +02:00
davu
52c0298c3a
UFSC implementation using functionParameters instead and update tests for UFSC
2022-10-18 23:31:20 +02:00
BBasile
144cc4ed41
allow completion of tempalte parameter standard properties ( #575 )
...
allow completion of template parameter standard properties
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2019-01-13 09:44:25 +01:00
BBasile
a163e33beb
readme: mention the DC env variable, typo, ident ( #567 )
...
readme: mention the DC env variable, typo, ident
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-12-31 01:22:38 +01:00
Laurent Tréguier
436778fd1b
fix #521 - Add a request allowing to remove a set of import path ( #522 )
...
fix #521 - Add a request allowing to remove a set of import path
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-08-10 09:15:07 +02:00
Hamid Zare
9858194a64
fixed typos/capitalization
2018-06-29 16:16:09 -05:00
BBasile
b52fcdcee5
Remove usage of triple backtick because not supported by code.dlang.org
2018-04-24 07:15:18 +02:00
BBasile
b537861426
Fix a H1 title in the mardown
2018-01-23 17:38:21 +02:00
WebFreak001
ab529606a4
Change --full to --extended
2017-11-30 23:15:31 +01:00
WebFreak001
c9096c2305
Fix documentation on --full
2017-11-25 00:49:06 +01:00
WebFreak001
172d45ce81
Added --full output mode
...
This will send symbol location & documentation along with completions and calltips
partly #20 , fix #96 , fix #269
2017-11-25 00:24:39 +01:00
Dan Printzell
6f938eb35b
Updated old URLs - Changed Hackerpilot/DCD to dlang-community/DCD
...
Signed-off-by: Dan Printzell <xwildn00bx@gmail.com>
2017-08-31 15:55:46 +02:00
Basile Burg
aaa89143d2
adress Zombine's review
2017-06-16 13:58:12 +02:00
Basile Burg
1ab8a8ec08
find local usage of symbol located at cursor
...
(partially based on unmainted PR 202)
2017-06-16 13:58:06 +02:00
Basile Burg
29654664de
Merge pull request #376 from BBasile/badge-address
...
update badge address
2017-05-08 15:51:03 +02:00
Basile Burg
66f0d5ad91
update badge address
2017-05-08 01:40:43 +02:00
Santiago Castro
b2a26e8238
Fix broken Markdown headings
2017-04-18 06:02:28 -03:00
Vladimir Panteleev
9b4c862081
Fix issue #311 (Ambiguous newlines in --doc output)
2016-03-26 04:44:27 +02:00
Georgi Dimitrov
b20857f4fd
Added environment variable expansion support to the server config file
...
- use a replaceAll of a compile time regex to expand environment variables of
the form ${ENV_VAR} in the import paths
- added a unit test for the regex
- updated docs
2016-03-16 09:32:37 -07:00
Hackerpilot
219b0716c0
Documentation updates
2016-03-03 00:50:09 -08:00
Hackerpilot
ad2fe5168a
Fix documentation for config file path. Should help with kingsleyh/DLanguage#91
2016-01-29 13:19:44 -08:00
Hackerpilot
12e5b25e62
Documentation for #217
2016-01-15 00:49:39 -08:00
Hackerpilot
af9233d2ea
Update readme
2016-01-14 00:04:33 -08:00
Hackerpilot
f8fc736663
Update tested compiler versions
2015-10-30 12:06:05 -07:00
Hackerpilot
f50970eb78
Update supported compilers
2015-10-27 10:38:48 -07:00
Brian Schott
fae1029225
Update README.md
2015-09-25 14:28:09 -07:00
Brian Schott
11876803b7
Update README.md
2015-09-02 09:47:43 -07:00
Hackerpilot
58b7ee9969
Use CI status for the master branch instead of whatever was the most recent
2015-08-29 03:45:18 -07:00
Hackerpilot
ceb66a1915
Fix #247
2015-08-14 13:15:21 -07:00
Hackerpilot
3a18355bb9
Delete some ancient information
2015-08-10 17:53:32 -07:00
Hackerpilot
77f76245d9
Add build status image
2015-08-10 17:37:03 -07:00
Hackerpilot
7d919fb5cc
Fix #234
2015-08-07 16:59:08 -07:00
Hackerpilot
ad54a4e16c
Link to the testing page
2015-08-05 16:19:12 -07:00
Hackerpilot
0c4b75f0c7
Change directions for editor plugins
2015-08-04 17:21:14 -07:00
Hackerpilot
0be0a20311
Document the ability to comment out lines in the DCD config file
2015-08-03 16:40:06 -07:00
Hackerpilot
ae83e447a4
Pull symbol resolution code out into dsymbol folder
2015-05-21 17:55:20 -07:00
John Colvin
e05473034e
dcd is now in homebrew
2015-04-02 16:23:57 +01:00
Hackerpilot
9434629416
Document --search option in readme and add version number option
2014-09-22 13:55:33 -07:00
Hackerpilot
dcd01fba76
Update README
2014-09-02 05:10:52 +00:00
Hackerpilot
72faf5ec4a
Fix LDC build
2014-09-02 04:51:26 +00:00
Hackerpilot
c6e288a8e3
Update readme and parser dependency
2014-08-13 15:10:58 -07:00
Hackerpilot
223c70ea8d
Add support for mixin templates
2014-08-08 02:41:19 +00:00
Brian Schott
d1b6b09c59
Update README.md
...
Clarify documentation as a result of #153
2014-08-08 09:17:01 +00:00
Hackerpilot
cadc918d0e
Update README
2014-07-10 14:56:08 -07:00
Hackerpilot
c04700b41d
Update README
2014-07-10 14:55:37 -07:00
Yazan Dabain
a10f765a9f
Add template and mixin template to completion kinds in README.md
2014-01-29 23:11:56 +02:00