Re: Visual D 1.1.0 released

2021-03-26 Thread Dylan Graham via Digitalmars-d-announce
On Tuesday, 2 March 2021 at 08:58:15 UTC, Rainer Schuetze wrote: Hi, development on Visual D, the Visual Studio extension that adds D language support to VS 2008-2019, has been rather slow recently, but finally the results of recent months have been released. [...] Thanks for update. I

Re: Visual D 1.1.0 released

2021-03-12 Thread Imperatorn via Digitalmars-d-announce
On Friday, 12 March 2021 at 10:04:05 UTC, Petar Kirov [ZombineDev] wrote: On Wednesday, 10 March 2021 at 07:29:44 UTC, Rainer Schuetze wrote: [...] As far as I remember (circa 2015) Mono-D [0] was the IDE with the best Dub support - you could just open dub.json files as if they were project

Re: Visual D 1.1.0 released

2021-03-12 Thread Petar via Digitalmars-d-announce
On Wednesday, 10 March 2021 at 07:29:44 UTC, Rainer Schuetze wrote: On 06/03/2021 12:55, Imperatorn wrote: On Saturday, 6 March 2021 at 06:59:28 UTC, Rainer Schuetze wrote: On 05/03/2021 12:26, Imperatorn wrote: On Friday, 5 March 2021 at 10:57:05 UTC, Kagamin wrote: On Thursday, 4 March

Re: Visual D 1.1.0 released

2021-03-09 Thread Rainer Schuetze via Digitalmars-d-announce
On 06/03/2021 12:55, Imperatorn wrote: > On Saturday, 6 March 2021 at 06:59:28 UTC, Rainer Schuetze wrote: >> >> >> On 05/03/2021 12:26, Imperatorn wrote: >>> On Friday, 5 March 2021 at 10:57:05 UTC, Kagamin wrote: On Thursday, 4 March 2021 at 13:42:47 UTC, Imperatorn wrote: >

Re: Visual D 1.1.0 released

2021-03-06 Thread kinke via Digitalmars-d-announce
Thx Rainer, always much appreciated. On Tuesday, 2 March 2021 at 08:58:15 UTC, Rainer Schuetze wrote: See https://rainers.github.io/visuald/visuald/images/parameterstorage.png for some examples. Very cool.

Re: Visual D 1.1.0 released

2021-03-06 Thread Imperatorn via Digitalmars-d-announce
On Saturday, 6 March 2021 at 06:59:28 UTC, Rainer Schuetze wrote: On 05/03/2021 12:26, Imperatorn wrote: On Friday, 5 March 2021 at 10:57:05 UTC, Kagamin wrote: On Thursday, 4 March 2021 at 13:42:47 UTC, Imperatorn wrote: https://filebin.net/19gupoeedfdjx5tx One GIF is the behaviour in C#

Re: Visual D 1.1.0 released

2021-03-05 Thread Rainer Schuetze via Digitalmars-d-announce
On 05/03/2021 12:26, Imperatorn wrote: > On Friday, 5 March 2021 at 10:57:05 UTC, Kagamin wrote: >> On Thursday, 4 March 2021 at 13:42:47 UTC, Imperatorn wrote: >>> https://filebin.net/19gupoeedfdjx5tx >>> >>> One GIF is the behaviour in C# I would like to have in D as well with >>> static if,

Re: Visual D 1.1.0 released

2021-03-05 Thread Imperatorn via Digitalmars-d-announce
On Friday, 5 March 2021 at 10:57:05 UTC, Kagamin wrote: On Thursday, 4 March 2021 at 13:42:47 UTC, Imperatorn wrote: https://filebin.net/19gupoeedfdjx5tx One GIF is the behaviour in C# I would like to have in D as well with static if, and the other is displaying typeid on hover. The second

Re: Visual D 1.1.0 released

2021-03-05 Thread Kagamin via Digitalmars-d-announce
On Thursday, 4 March 2021 at 13:42:47 UTC, Imperatorn wrote: https://filebin.net/19gupoeedfdjx5tx One GIF is the behaviour in C# I would like to have in D as well with static if, and the other is displaying typeid on hover. The second is a debug session. Visual Studio doesn't show type

Re: Visual D 1.1.0 released

2021-03-05 Thread Imperatorn via Digitalmars-d-announce
On Friday, 5 March 2021 at 08:50:59 UTC, Rainer Schuetze wrote: On 04/03/2021 14:29, Imperatorn wrote: A few questions. How hard would the following be: 1. Highlight code as dead or alive in static if 2. Show typeid when hovering over a variable Adding to what Bastiaan said:

Re: Visual D 1.1.0 released

2021-03-05 Thread Rainer Schuetze via Digitalmars-d-announce
On 04/03/2021 14:43, James Lu wrote: > On Tuesday, 2 March 2021 at 08:58:15 UTC, Rainer Schuetze wrote: >> Hi, >> >> development on Visual D, the Visual Studio extension that adds D >> language support to VS 2008-2019, has been rather slow recently, but >> finally the results of recent months

Re: Visual D 1.1.0 released

2021-03-05 Thread Rainer Schuetze via Digitalmars-d-announce
On 04/03/2021 14:29, Imperatorn wrote: > A few questions. > > How hard would the following be: > > 1. Highlight code as dead or alive in static if > > 2. Show typeid when hovering over a variable > Adding to what Bastiaan said: "Lowlighting" disabled code in static if() similar to

Re: Visual D 1.1.0 released

2021-03-04 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 4 March 2021 at 17:18:38 UTC, Bastiaan Veelo wrote: On Thursday, 4 March 2021 at 13:42:47 UTC, Imperatorn wrote: [...] It already does this, I would say. 1. The D equivalent of your use of `#if ... #else ... #endif` is `version() {...} else {...}`, which works in VisualD the

Re: Visual D 1.1.0 released

2021-03-04 Thread Bastiaan Veelo via Digitalmars-d-announce
On Thursday, 4 March 2021 at 13:42:47 UTC, Imperatorn wrote: On Thursday, 4 March 2021 at 13:29:11 UTC, Imperatorn wrote: On Tuesday, 2 March 2021 at 08:58:15 UTC, Rainer Schuetze wrote: [...] A few questions. How hard would the following be: 1. Highlight code as dead or alive in static if

Re: Visual D 1.1.0 released

2021-03-04 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 4 March 2021 at 13:29:11 UTC, Imperatorn wrote: On Tuesday, 2 March 2021 at 08:58:15 UTC, Rainer Schuetze wrote: [...] A few questions. How hard would the following be: 1. Highlight code as dead or alive in static if 2. Show typeid when hovering over a variable I have gifs

Re: Visual D 1.1.0 released

2021-03-04 Thread James Lu via Digitalmars-d-announce
On Tuesday, 2 March 2021 at 08:58:15 UTC, Rainer Schuetze wrote: Hi, development on Visual D, the Visual Studio extension that adds D language support to VS 2008-2019, has been rather slow recently, but finally the results of recent months have been released. Some highlights of this new

Re: Visual D 1.1.0 released

2021-03-04 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 2 March 2021 at 08:58:15 UTC, Rainer Schuetze wrote: Hi, development on Visual D, the Visual Studio extension that adds D language support to VS 2008-2019, has been rather slow recently, but finally the results of recent months have been released. Some highlights of this new

Re: Visual D 1.1.0 released

2021-03-03 Thread Rainer Schuetze via Digitalmars-d-announce
On 04/03/2021 00:07, Bastiaan Veelo wrote: > On Tuesday, 2 March 2021 at 08:58:15 UTC, Rainer Schuetze wrote: >> You can find the update installer or a full installer bundled with >> latest versions of DMD and LDC here: >> >> https://rainers.github.io/visuald/visuald/StartPage.html > > For

Re: Visual D 1.1.0 released

2021-03-03 Thread Bastiaan Veelo via Digitalmars-d-announce
On Tuesday, 2 March 2021 at 08:58:15 UTC, Rainer Schuetze wrote: You can find the update installer or a full installer bundled with latest versions of DMD and LDC here: https://rainers.github.io/visuald/visuald/StartPage.html For clarity, the converse is not true. If you use the official

Re: Visual D 1.1.0 released

2021-03-03 Thread Bastiaan Veelo via Digitalmars-d-announce
On Tuesday, 2 March 2021 at 08:58:15 UTC, Rainer Schuetze wrote: finally the results of recent months have been released. All very cool features, thank you very much!! --Bastiaan.

Re: Visual D 1.1.0 released

2021-03-02 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 2 March 2021 at 08:58:15 UTC, Rainer Schuetze wrote: Hi, development on Visual D, the Visual Studio extension that adds D language support to VS 2008-2019, has been rather slow recently, but finally the results of recent months have been released. [...] Thank you!!!

Visual D 1.1.0 released

2021-03-02 Thread Rainer Schuetze via Digitalmars-d-announce
Hi, development on Visual D, the Visual Studio extension that adds D language support to VS 2008-2019, has been rather slow recently, but finally the results of recent months have been released. Some highlights of this new version: - semantic engine updated to frontend 2.095.1 - adds