Jump to page: 1 2 3
Thread overview
DLanguage IntelliJ plugin released
Dec 25, 2015
Kingsley
Dec 25, 2015
Vadim Lopatin
Dec 25, 2015
Kingsley
Dec 26, 2015
Russel Winder
Dec 25, 2015
Jakob Jenkov
Dec 25, 2015
Pradeep Gowda
Dec 25, 2015
eyveer
Dec 25, 2015
Pradeep Gowda
Dec 25, 2015
Bogdan
Dec 25, 2015
Kingsley
Dec 26, 2015
Minas Mina
Dec 26, 2015
Minas Mina
Dec 26, 2015
Kingsley
Dec 28, 2015
Kingsley
Dec 30, 2015
Suliman
Dec 30, 2015
Israel
Jan 01, 2016
Minas Mina
Jan 03, 2016
Kingsley
Jan 04, 2016
Russel Winder
Jan 05, 2016
Israel
Jan 06, 2016
Russel Winder
Dec 25, 2015
Kingsley
Dec 25, 2015
Minas Mina
December 25, 2015
Hi

I have released an initial attempt at an IntelliJ plugin for D to the jetbrains plugin repository.

It's DLanguage version 1.2

It has basic syntax highlighting, autocompletion with DCD, compile checking and linting with Dscanner, code formatting with Dfmt and navigation jump to classes and functions and dub support - recommend using dub

See the GitHub page screenshots for an idea

Enjoy :)

--Kingsley
December 25, 2015
On Friday, 25 December 2015 at 10:41:26 UTC, Kingsley wrote:
> Hi
>
> I have released an initial attempt at an IntelliJ plugin for D to the jetbrains plugin repository.
>
> It's DLanguage version 1.2
>
> It has basic syntax highlighting, autocompletion with DCD, compile checking and linting with Dscanner, code formatting with Dfmt and navigation jump to classes and functions and dub support - recommend using dub
>
> See the GitHub page screenshots for an idea
>
> Enjoy :)
>
> --Kingsley

Great!

Does it have debugging support?

December 25, 2015
On Friday, 25 December 2015 at 10:41:26 UTC, Kingsley wrote:
> Hi
>
> I have released an initial attempt at an IntelliJ plugin for D to the jetbrains plugin repository.
>
> It's DLanguage version 1.2
>
> It has basic syntax highlighting, autocompletion with DCD, compile checking and linting with Dscanner, code formatting with Dfmt and navigation jump to classes and functions and dub support - recommend using dub
>
> See the GitHub page screenshots for an idea
>
> Enjoy :)
>
> --Kingsley


Cool - I am a long time IntelliJ IDEA user :-) I will give it a try!
December 25, 2015
On Friday, 25 December 2015 at 10:41:26 UTC, Kingsley wrote:
> Hi
>
> I have released an initial attempt at an IntelliJ plugin for D to the jetbrains plugin repository.
>
> It's DLanguage version 1.2
>
> It has basic syntax highlighting, autocompletion with DCD, compile checking and linting with Dscanner, code formatting with Dfmt and navigation jump to classes and functions and dub support - recommend using dub
Thanks!

I did install it on IntelliJ IDEA Ultimate 15 and take it for a spin. However, it did not create a "dub" project even when I chose "D application with DUB" option in the "New project" screen. Nor was it able to import an existing DUB project.

> See the GitHub page screenshots for an idea

A link to the github page would help me in reporting these bugs?


December 25, 2015
On Friday, 25 December 2015 at 13:57:52 UTC, Pradeep Gowda wrote:

> A link to the github page would help me in reporting these bugs?

https://github.com/kingsleyh/DLanguage

I was waiting year for this. Best christmas gift, Thank you! downloading right now :)
December 25, 2015
On Friday, 25 December 2015 at 15:04:42 UTC, eyveer wrote:
> On Friday, 25 December 2015 at 13:57:52 UTC, Pradeep Gowda wrote:
>
>> A link to the github page would help me in reporting these bugs?
>
> https://github.com/kingsleyh/DLanguage

Thank you. The screenshots are very impressive! Gives me motivation to figure out why i couldn't get it to work.

December 25, 2015
On Friday, 25 December 2015 at 13:57:52 UTC, Pradeep Gowda wrote:
> On Friday, 25 December 2015 at 10:41:26 UTC, Kingsley wrote:
>> [...]
> Thanks!
>
> I did install it on IntelliJ IDEA Ultimate 15 and take it for a spin. However, it did not create a "dub" project even when I chose "D application with DUB" option in the "New project" screen. Nor was it able to import an existing DUB project.
>
>> [...]
>
> A link to the github page would help me in reporting these bugs?
Ok thanks - I'm still on 14 but will test with 15 next

GitHub: https://github.com/kingsleyh/DLanguage
December 25, 2015
On Friday, 25 December 2015 at 10:41:26 UTC, Kingsley wrote:
> Hi
>
> I have released an initial attempt at an IntelliJ plugin for D to the jetbrains plugin repository.
>
> It's DLanguage version 1.2
>
> It has basic syntax highlighting, autocompletion with DCD, compile checking and linting with Dscanner, code formatting with Dfmt and navigation jump to classes and functions and dub support - recommend using dub
>
> See the GitHub page screenshots for an idea
>
> Enjoy :)
>
> --Kingsley

This is awesome, I really waited for an IntelliJ plugin!
I will test on IntelliJ 15 tonight or tomorrow :)
December 25, 2015
On Friday, 25 December 2015 at 15:28:23 UTC, Pradeep Gowda wrote:
> On Friday, 25 December 2015 at 15:04:42 UTC, eyveer wrote:
>> On Friday, 25 December 2015 at 13:57:52 UTC, Pradeep Gowda wrote:
>>
>>> A link to the github page would help me in reporting these bugs?
>>
>> https://github.com/kingsleyh/DLanguage
>
> Thank you. The screenshots are very impressive! Gives me motivation to figure out why i couldn't get it to work.

Couldn't figure out what went wrong until I read your comment and looked at the screenshots. Try going to Settings/Other Tools/D Tools and press all the "Auto Find" buttons.
December 25, 2015
On Friday, 25 December 2015 at 16:55:32 UTC, Bogdan wrote:
> On Friday, 25 December 2015 at 15:28:23 UTC, Pradeep Gowda wrote:
>> On Friday, 25 December 2015 at 15:04:42 UTC, eyveer wrote:
>>> On Friday, 25 December 2015 at 13:57:52 UTC, Pradeep Gowda wrote:
>>>
>>>> A link to the github page would help me in reporting these bugs?
>>>
>>> https://github.com/kingsleyh/DLanguage
>>
>> Thank you. The screenshots are very impressive! Gives me motivation to figure out why i couldn't get it to work.
>
> Couldn't figure out what went wrong until I read your comment and looked at the screenshots. Try going to Settings/Other Tools/D Tools and press all the "Auto Find" buttons.
Raise any issues at the GitHub page and I will fix - I will write some documentation over the next few days also

« First   ‹ Prev
1 2 3