Re: Atom ide-d package

2021-06-02 Thread WebFreak001 via Digitalmars-d-announce

On Wednesday, 2 June 2021 at 12:09:37 UTC, Amin wrote:

[...]


Awesome! Thanks for maintaining the atom extension using serve-d 
:)




Re: D Language Foundation Monthly Meeting Summary

2021-06-02 Thread Mike Parker via Digitalmars-d-announce

On Wednesday, 2 June 2021 at 11:10:36 UTC, Dukc wrote:


Phobos v2 is an official plan? That was news for me! Any chance 
to get a glimpse of what's planned for it?


The overall goal is that it doesn't replace the current Phobos, 
but sits alongside it. Changed/improved/new functionality goes in 
the std.v2 namespace (or whatever it looks like in the end) and 
you can import that alongside existing std packages.


Andrei has talked about it a little here in the forums, and Steve 
did some preliminary work a while back. Beyond that, I have no 
details about plans. We'll have more after the workgroup gets 
going.


Atom ide-d package

2021-06-02 Thread Amin via Digitalmars-d-announce
I am pleased to announce that version 0.4 of the IDE-D package 
for Atom is released, which brings a rich D experience to Atom.



## Installation

Install from: https://atom.io/packages/ide-d

or

```
apm install ide-d
```

## Features

The features are provided by `serve-d`, `dcd`, `dscanner`, etc.

- Syntax highlighting for D, DML, SDL, and Diet
- Autocompletion
- Datatips
- Linting
- Outline
- Hyperclick
- ...


### Screenshots

![datatips](https://user-images.githubusercontent.com/16418197/108882251-ce014c80-75c9-11eb-9655-79552b910b12.png)
![autocomplete](https://user-images.githubusercontent.com/16418197/108882313-df4a5900-75c9-11eb-8d0a-c73ef8898a72.png)
![outline](https://user-images.githubusercontent.com/16418197/106541516-cf0df500-64c7-11eb-9f85-c6145fac1be0.png)
![linter](https://user-images.githubusercontent.com/16418197/106541705-15fbea80-64c8-11eb-8120-3361207ed30d.png)



Re: From the D Blog: Driving with D

2021-06-02 Thread Robert Schadek via Digitalmars-d-announce

Very cool


Re: D Language Foundation Monthly Meeting Summary

2021-06-02 Thread Dukc via Digitalmars-d-announce

On Friday, 28 May 2021 at 14:56:08 UTC, Mike Parker wrote:
For example, major long-term goals are memory safety (e.g., 
specific bugs, fully enabling DIP 1000 support) and Phobos v2.


Phobos v2 is an official plan? That was news for me! Any chance 
to get a glimpse of what's planned for it?