Sergei Lavrentev

Results 5 issues of Sergei Lavrentev

## Environment * **IntelliJ Rust plugin version:** 0.4.176.4779-222-nightly * **Rust toolchain version:** rustc 1.62.1 (e092d0b6b 2022-07-16) * **IDE name and version:** CLion 2022.2 / Build #CL-222.3345.126, built on July 27,...

This PR adds a possibility to change highlight prefix and postfix for snippets.

I found an example of how generate snippets from TEXT field. Then I have tried to do the same with JSON field but I didn't get anything. Can I do...

enhancement

Hi, as I see in https://github.com/dominikbraun/graph/blob/main/draw/draw.go current logic doesn't contains possibility to add graph attributes. Example: ``` strict digraph { rankdir="LR"; dpi="200.0"; "a" [ weight=0 ]; "b" [ weight=0 ];...

enhancement

external-contributor