Visual D 0.3.30 released: Code completion from semantic analysis on the horizon

Stephan spam at extrawurst.org
Mon Jan 9 01:51:21 PST 2012


On 07.01.2012 15:41, Rainer Schuetze wrote:
> Hi,
>
> I'd like to announce the release of a new version of Visual D.
>
> Visual D is a Visual Studio package providing both project management
> and language services for the D programming language. It works with
> Visual Studio 2005-2010 and 11 as well as the free Visual Studio Shells.
>
> Highlights of this version 0.3.30 include
>
> - syntax highlighting improvements regarding scope(guard), __ctfe, is,
> in and predefined versions
> - added checkbox for options -gs and -property to project configuration
> - debugger and build improvements
> - experimental: code completion and tool tips from semantic analysis of
> source code
>
> See http://www.dsource.org/projects/visuald/wiki/VersionHistory for a
> full list of changes.
>
> The code completion from semantic analysis is not complete yet, but I
> think it can already be very helpful. You'll have to enable it
> explicitly in the D Language options due to it's experimental status.
>
> The Visual D installer can be downloaded from its website at
> http://www.dsource.org/projects/visuald
>
> Have fun,
> Rainer


Wow thanks Rainer, this is a really cool release. the 'experimental' 
semantics are already awesome! now i want the completion-suggestions to 
tell me the types (method,member ..) with protection symbols ;)

Big Kudos !

S.


More information about the Digitalmars-d-announce mailing list