digitalmars.D.announce - Intellij: Support for TextMate Bundled
- Andre Pany (11/11) Jul 25 2019 Hi,
- Greatsam4sure (2/13) Jul 25 2019 Thanks, I will dry it later
- bachmeier (3/14) Jul 25 2019 Curious if there are a lot of D programmers using IntelliJ. It's
- Andre Pany (4/22) Jul 25 2019 The community edition is free to use even for commercial usage.
- bachmeier (3/12) Jul 26 2019 I'll check it out. I must not have understood when I read people
- Daniel Kozak (4/6) Jul 25 2019 Thats not true. I have all products pack (include idea, clion,
- David Bennett (10/12) Jul 25 2019 I've been using IntelliJ Idea Community for D development for
- JN (3/21) Jul 27 2019 I tried to give it a go, but this bug
- Andre Pany (15/38) Jul 27 2019 Yes, calling on every keystroke a DCD client executable which
- Andre Pany (10/23) Aug 01 2019 There is an answer from Intellij why there are highlighting
- Jacob Carlborg (7/9) Aug 03 2019 That's disappointing. Named captures are very useful and makes the
Hi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting. If you want also code completion, formatting and linting you can install the LSP plugin from marketplace and setup DLS [2]. In addition there is also the complete D support including debugging by installing the IntelliJ D plugin from marketplace. [1] https://github.com/textmate/d.tmbundle [2] https://github.com/d-language-server/dls Kind regards Andre
Jul 25 2019
On Thursday, 25 July 2019 at 16:20:15 UTC, Andre Pany wrote:Hi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting. If you want also code completion, formatting and linting you can install the LSP plugin from marketplace and setup DLS [2]. In addition there is also the complete D support including debugging by installing the IntelliJ D plugin from marketplace. [1] https://github.com/textmate/d.tmbundle [2] https://github.com/d-language-server/dls Kind regards AndreThanks, I will dry it later
Jul 25 2019
On Thursday, 25 July 2019 at 16:20:15 UTC, Andre Pany wrote:Hi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting. If you want also code completion, formatting and linting you can install the LSP plugin from marketplace and setup DLS [2]. In addition there is also the complete D support including debugging by installing the IntelliJ D plugin from marketplace. [1] https://github.com/textmate/d.tmbundle [2] https://github.com/d-language-server/dls Kind regards AndreCurious if there are a lot of D programmers using IntelliJ. It's $500 just for the first year.
Jul 25 2019
On Thursday, 25 July 2019 at 18:46:00 UTC, bachmeier wrote:On Thursday, 25 July 2019 at 16:20:15 UTC, Andre Pany wrote:The community edition is free to use even for commercial usage. Kind regards AndreHi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting. If you want also code completion, formatting and linting you can install the LSP plugin from marketplace and setup DLS [2]. In addition there is also the complete D support including debugging by installing the IntelliJ D plugin from marketplace. [1] https://github.com/textmate/d.tmbundle [2] https://github.com/d-language-server/dls Kind regards AndreCurious if there are a lot of D programmers using IntelliJ. It's $500 just for the first year.
Jul 25 2019
On Thursday, 25 July 2019 at 19:42:21 UTC, Andre Pany wrote:On Thursday, 25 July 2019 at 18:46:00 UTC, bachmeier wrote:I'll check it out. I must not have understood when I read people talking about paying for it.On Thursday, 25 July 2019 at 16:20:15 UTC, Andre Pany wrote:The community edition is free to use even for commercial usage. Kind regards Andre[...]Curious if there are a lot of D programmers using IntelliJ. It's $500 just for the first year.
Jul 26 2019
On Thu, Jul 25, 2019 at 8:50 PM bachmeier via Digitalmars-d-announce <digitalmars-d-announce puremagic.com> wrote:Curious if there are a lot of D programmers using IntelliJ. It's $500 just for the first year.Thats not true. I have all products pack (include idea, clion, pystorm, phpstorm ...) and I am paying something like $200 per year.
Jul 25 2019
On Thursday, 25 July 2019 at 18:46:00 UTC, bachmeier wrote:Curious if there are a lot of D programmers using IntelliJ. It's $500 just for the first year.I've been using IntelliJ Idea Community for D development for years, mostly for the syntax highlighting, code completion and linting. Still use the cli for compilation because nothing beats CTRL+R. I did have some jank issues but now with the LSP support and using DLS these seem to be gone now. The debugger worked the last I tried it but lately I haven't had so many runtime D errors that require debuging as I've now use a subset of D that tends to work so long as it compiles.
Jul 25 2019
On Thursday, 25 July 2019 at 18:46:00 UTC, bachmeier wrote:On Thursday, 25 July 2019 at 16:20:15 UTC, Andre Pany wrote:I tried to give it a go, but this bug https://github.com/intellij-dlanguage/intellij-dlanguage/issues/455 is killing me and I always go back to VSCode w/ Code-DHi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting. If you want also code completion, formatting and linting you can install the LSP plugin from marketplace and setup DLS [2]. In addition there is also the complete D support including debugging by installing the IntelliJ D plugin from marketplace. [1] https://github.com/textmate/d.tmbundle [2] https://github.com/d-language-server/dls Kind regards AndreCurious if there are a lot of D programmers using IntelliJ. It's $500 just for the first year.
Jul 27 2019
On Saturday, 27 July 2019 at 11:38:28 UTC, JN wrote:On Thursday, 25 July 2019 at 18:46:00 UTC, bachmeier wrote:Yes, calling on every keystroke a DCD client executable which itself calls DCD server executable via TCP just doesn't work. Instead, in addition to the D plugin, I installed LSP plugin and the D Language Language Server DLS. DLS will also call DCD but as library. Another performance issue is, the D Intellij plugin executes Dub very often for syntax checking. There is currently only a hack to disable it (https://github.com/intellij-dlanguage/intellij-dlanguage/issues/331) At the moment there is some manual work needed (1 hour) to setup the D Intellij plugin. But if you invest it, it is a great IDE and makes a lot of fun. Kind regards AndreOn Thursday, 25 July 2019 at 16:20:15 UTC, Andre Pany wrote:I tried to give it a go, but this bug https://github.com/intellij-dlanguage/intellij-dlanguage/issues/455 is killing me and I always go back to VSCode w/ Code-DHi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting. If you want also code completion, formatting and linting you can install the LSP plugin from marketplace and setup DLS [2]. In addition there is also the complete D support including debugging by installing the IntelliJ D plugin from marketplace. [1] https://github.com/textmate/d.tmbundle [2] https://github.com/d-language-server/dls Kind regards AndreCurious if there are a lot of D programmers using IntelliJ. It's $500 just for the first year.
Jul 27 2019
On Thursday, 25 July 2019 at 16:20:15 UTC, Andre Pany wrote:Hi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting. If you want also code completion, formatting and linting you can install the LSP plugin from marketplace and setup DLS [2]. In addition there is also the complete D support including debugging by installing the IntelliJ D plugin from marketplace. [1] https://github.com/textmate/d.tmbundle [2] https://github.com/d-language-server/dls Kind regards AndreThere is an answer from Intellij why there are highlighting issues: https://youtrack.jetbrains.com/oauth?state=%2Fissue%2FIDEA-219012As a workaround, you can use https://github.com/Pure-D/code-d bundle instead. Note that you still need to wait for the next version (or 2019.2.2) as at the moment that bundle is not registered for d extension, only for ds. I've just fixed this.<< Kind regards AndreTextmate plugin doesn't support named captures which are actively used in D bundle.
Aug 01 2019
On 2019-08-01 17:19, Andre Pany wrote:There is an answer from Intellij why there are highlighting issues: https://youtrack.jetbrains.com/oauth?state=%2Fissue%2FIDEA-219012That's disappointing. Named captures are very useful and makes the grammar easier to read and understand. TextMate uses this regular expression implementation [1]. [1] https://github.com/textmate/Onigmo -- /Jacob Carlborg
Aug 03 2019