Skip to content

Commit ad7148a

Browse files
authored
Merge branch 'master' into draft-370
2 parents 453cc8a + 20dad02 commit ad7148a

File tree

16 files changed

+1980
-2945
lines changed

16 files changed

+1980
-2945
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ while looking nice is not valid D code. The syntax error will now properly expla
7575

7676
Among several other improvements of error locations, without any new quick fixes. The experience for newcomers has especially been improved by this.
7777

78+
## Completion
79+
80+
Auto-completion now shows more information thanks to @RUSshy ([Pure-D/serve-d#155](https://github.com/Pure-D/serve-d/pull/155))
81+
82+
It's recommended to enable `d.argumentSnippets` to have the arguments inserted into code easily and the overloads being shown in the auto completion list.
83+
84+
The `d.completeNoDupes` setting has been removed as it is fully implemented by `d.argumentSnippets` now.
85+
7886
## D-Scanner
7987

8088
The following D-Scanner warnings have been disabled by default:

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ D compiler with environment variables set. Downloads [here](https://dlang.org/do
4949
git clone https://github.com/Pure-D/code-d.git
5050
cd code-d
5151
npm install
52-
# requires `npm install -g typescript` once
53-
tsc -p .
52+
npx tsc -p .
5453
```
5554
5655
code-d will automatically install [serve-d](https://github.com/Pure-D/serve-d),

0 commit comments

Comments
 (0)