I wish I could use D for everything
Unknown W. Brackets
unknown at simplemachines.org
Thu Apr 30 22:10:50 PDT 2009
So, really, all you want is a Visual Studio Language Service.
Jump to definition and syntax highlighting are relatively easy.
Refactoring is a bit more complex, and autocomplete is probably the most
complicated (to get right.)
It's really not impossible to write your own language service, and I
know there have been a couple attempts (I've even done some, but only
syntax really.)
-[Unknown]
BCS wrote:
> Hello Walter,
>
>> BCS wrote:
>>
>>> Reply to Walter,
>>>
>>>> BCS wrote:
>>>>
>>>>> OTOH, Yah, I'd love to have D as my dev language, but I'd need the
>>>>> tool chain from c#.
>>>>>
>>>> Check out Cristi's alpha version of D.net!
>>>>
>>> I don't care a wit what it runs on. If anything I prefer not running
>>> on the CLR. It's the tools that are the hangup.
>>>
>> True, but the D.net compiler works with the .net tools and ecosystem.
>>
>
> auto compleat, syntax highlighting, jump to definition, re factoring,
> etc. ?
>
>
More information about the Digitalmars-d
mailing list