Tyson Williams
Tyson Williams
If a java file contains an error, then its name in the project view is underlined in red (see `GrammarSource` in the screenshot below). This doesn't happen for ANTLR files...
@dharmaturtle, can you create a release for version 0.11.1 (after PR #433 is merged)?
Requested by @ploeh in [this tweet](https://twitter.com/ploeh/status/1634196033935736834).
When building my plugin, there is a `NullPointerException` in the ANTLR adaptor. It seems benign because the build continues, is eventually successful, and the built plugin works correctly. ## Steps...
I think it should be possible for the ANTLR adaptor to get the list of token literals that the user could be typing and allow a plugin to include these...
`IdentifierPSINode` is a leaf node in your AST, and it implements `PsiNamedElement`. https://github.com/antlr/jetbrains-plugin-sample/blob/0b8d515b5d38e4240d79d69a5e00c7ead0bf301a/src/main/java/org/antlr/jetbrains/sample/psi/IdentifierPSINode.java#L39 It should not implement `PsiNamedElement`. The [Custom Language tutorial says](https://plugins.jetbrains.com/docs/intellij/references-and-resolve.html#psireference:~:text=While%20the%20referencing%20element%20and%20the%20referenced%20element%20both%20may%20have%20a%20name%2C) > While the referencing element and the...
In my zsh terminal, the original command % az group delete --name --no-wait gives this error zsh: no such file or directory: msdocs-tutorial-rg-00000000 while the command % az group delete...
The [documentation for `hash`](https://fsharp.github.io/fsharp-core-docs/reference/fsharp-core-operators.html#hash) does not say that it requires the `equality` constraint on its only type parameter. Another example is the [documentation for `compare`](https://fsharp.github.io/fsharp-core-docs/reference/fsharp-core-operators.html#compare). It requires the `comparison` type...
Consider this code: https://github.com/Zaid-Ajaj/Fable.Mocha/blob/8bcf86d5af3ec316f61cb89a16cdcaa751b286d0/src/Mocha.fs#L44-L54 I see a lot of effort being put in there to the browser case. In particular, `errorMsg` includes `Expected:` and `Actual:`. I don't see that same...
For example, https://eugene.coding.blog/ is down.