Adrian Kunz

Results 80 comments of Adrian Kunz

How is one supposed to report problems when the issue tracker is disabled?

I don't think that is a good policy. Just because I found a bug does not mean I have the means or insight to make a fix. If you don't...

If you check the yaml of the deployment, the spec looks like this: ```yaml spec: containers: - command: - /bin/bash - -c - /opt/bitnami/scripts/start-scripts/start-master.sh ``` So it seems to be...

@bjansen ~~I just realized that `format=""` is not really special, the quotes are just template syntax. If `""` and anonymous templates already work, then shouldn't this be covered too?~~ Remembering...

I've created #33 to separate the autoclosing of symbol pairs and actual autocompletion for identifiers and keywords. For `` I think it makes sense to be consistent with HTML. Maybe...

I agree, Surround With is a good idea. A similar feature is Live Templates, which could make the endif problem obsolete. Here's how it looks in a shell script: ![recording](https://user-images.githubusercontent.com/4145923/93215896-4fc19400-f767-11ea-9264-ea40ff2ac6bc.gif)

Thanks, I tested the snapshot and found the following: - `foo() ::= "` did not insert the closing `"` - `delimiters "` dito - `myDict ::= [ "` dito -...

I used "Install plugin from disk" and selected your zip file. But I found the problem. I was testing at the top of an existing stg file. The templates had...

Can confirm that the problem is still there with language injection in the latest snapshot (https://github.com/antlr/jetbrains-plugin-st4/issues/31#issuecomment-691957518)