www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Visual D 0.47.0 released

reply Rainer Schuetze <r.sagitario gmx.de> writes:
Hi,

a new release of Visual D has just been uploaded. Major changes are

* improved Visual C++ project integration: better dependencies,
   automatic libraries, name demangling
* new project wizard
* mago debugger: show vtable, dynamic type of interfaces,
   symbol names of pointer address

See http://rainers.github.io/visuald/visuald/VersionHistory.html for the 
full version history.

Visual D is a Visual Studio extension that adds D language support to 
VS2008-2017. It is written in D, its source code can be found on github: 
https://github.com/D-Programming-Language/visuald, pull requests welcome.

An installer can be found at 
http://rainers.github.io/visuald/visuald/StartPage.html

Happy coding,
Rainer
Jun 24 2018
next sibling parent reply Brian <zoujiaqing gmail.com> writes:
On Sunday, 24 June 2018 at 13:08:53 UTC, Rainer Schuetze wrote:
 Hi,

 a new release of Visual D has just been uploaded. Major changes 
 are

 * improved Visual C++ project integration: better dependencies,
   automatic libraries, name demangling
 * new project wizard
 * mago debugger: show vtable, dynamic type of interfaces,
   symbol names of pointer address

 See 
 http://rainers.github.io/visuald/visuald/VersionHistory.html 
 for the full version history.

 Visual D is a Visual Studio extension that adds D language 
 support to VS2008-2017. It is written in D, its source code can 
 be found on github: 
 https://github.com/D-Programming-Language/visuald, pull 
 requests welcome.

 An installer can be found at 
 http://rainers.github.io/visuald/visuald/StartPage.html

 Happy coding,
 Rainer
Thanks! Can use dub.json to manager project?
Jun 24 2018
parent Rainer Schuetze <r.sagitario gmx.de> writes:
On 24/06/2018 19:56, Brian wrote:
 On Sunday, 24 June 2018 at 13:08:53 UTC, Rainer Schuetze wrote:
 Hi,

 a new release of Visual D has just been uploaded. Major changes are

 * improved Visual C++ project integration: better dependencies,
   automatic libraries, name demangling
 * new project wizard
 * mago debugger: show vtable, dynamic type of interfaces,
   symbol names of pointer address

 See http://rainers.github.io/visuald/visuald/VersionHistory.html for 
 the full version history.

 Visual D is a Visual Studio extension that adds D language support to 
 VS2008-2017. It is written in D, its source code can be found on 
 github: https://github.com/D-Programming-Language/visuald, pull 
 requests welcome.

 An installer can be found at 
 http://rainers.github.io/visuald/visuald/StartPage.html

 Happy coding,
 Rainer
Thanks! Can use dub.json to manager project?
You can use "dub generate visuald" to generate a project and solution for Visual D.
Jun 24 2018
prev sibling next sibling parent Greatsam4sure <greatsam4sure gmail.com> writes:
On Sunday, 24 June 2018 at 13:08:53 UTC, Rainer Schuetze wrote:
 Hi,

 a new release of Visual D has just been uploaded. Major changes 
 are

 * improved Visual C++ project integration: better dependencies,
   automatic libraries, name demangling
 * new project wizard
 * mago debugger: show vtable, dynamic type of interfaces,
   symbol names of pointer address

 See 
 http://rainers.github.io/visuald/visuald/VersionHistory.html 
 for the full version history.

 Visual D is a Visual Studio extension that adds D language 
 support to VS2008-2017. It is written in D, its source code can 
 be found on github: 
 https://github.com/D-Programming-Language/visuald, pull 
 requests welcome.

 An installer can be found at 
 http://rainers.github.io/visuald/visuald/StartPage.html

 Happy coding,
 Rainer
It will really be nice if visual D can come to visual Studio code. It is a beautiful nice work. Pls can we have it in visual Studio code? Pls...
Jun 24 2018
prev sibling next sibling parent kinke <noone nowhere.com> writes:
On Sunday, 24 June 2018 at 13:08:53 UTC, Rainer Schuetze wrote:
 a new release of Visual D has just been uploaded
Thanks Rainer, much appreciated. Looking forward to the many debugging improvements.
Jun 25 2018
prev sibling next sibling parent Manu <turkeyman gmail.com> writes:
On Sun, 24 Jun 2018 at 06:10, Rainer Schuetze via
Digitalmars-d-announce <digitalmars-d-announce puremagic.com> wrote:
 Hi,

 a new release of Visual D has just been uploaded. Major changes are

 * improved Visual C++ project integration: better dependencies,
    automatic libraries, name demangling
 * new project wizard
 * mago debugger: show vtable, dynamic type of interfaces,
    symbol names of pointer address

 See http://rainers.github.io/visuald/visuald/VersionHistory.html for the
 full version history.

 Visual D is a Visual Studio extension that adds D language support to
 VS2008-2017. It is written in D, its source code can be found on github:
 https://github.com/D-Programming-Language/visuald, pull requests welcome.

 An installer can be found at
 http://rainers.github.io/visuald/visuald/StartPage.html

 Happy coding,
 Rainer
Thanks again for all the work on this one! This is a great release with loads of important improvements.
Jun 25 2018
prev sibling next sibling parent Radu <void null.pt> writes:
On Sunday, 24 June 2018 at 13:08:53 UTC, Rainer Schuetze wrote:
 Hi,

 a new release of Visual D has just been uploaded. Major changes 
 are

 * improved Visual C++ project integration: better dependencies,
   automatic libraries, name demangling
 * new project wizard
 * mago debugger: show vtable, dynamic type of interfaces,
   symbol names of pointer address

 See 
 http://rainers.github.io/visuald/visuald/VersionHistory.html 
 for the full version history.

 Visual D is a Visual Studio extension that adds D language 
 support to VS2008-2017. It is written in D, its source code can 
 be found on github: 
 https://github.com/D-Programming-Language/visuald, pull 
 requests welcome.

 An installer can be found at 
 http://rainers.github.io/visuald/visuald/StartPage.html

 Happy coding,
 Rainer
Great work, Rainer! Thanks!
Jun 26 2018
prev sibling parent Guillaume Piolat <first.last gmail.com> writes:
On Sunday, 24 June 2018 at 13:08:53 UTC, Rainer Schuetze wrote:
 Happy coding,
 Rainer
Thanks!
Jun 29 2018