Sergey Tselovalnikov

Results 89 comments of Sergey Tselovalnikov

@rymndhng It is great, thank you!

Hey! I also started some work recently: https://github.com/SerCeMan/intellij-solidity You can check it out here, it's mostly a basic syntax highlighting: https://plugins.jetbrains.com/idea/plugin/9475-intellij-solidity

@federicobond Hopefully, this is a plugin you mentioned or else we have a third one :) https://github.com/LogvinovLeon/intellij-solidity by @LogvinovLeon

Both our plugins are published :) Moreover, on the same day.

Hey, @biguls! You don't need any special kind of project. The `.sol` file association should be created automatically. If that didn't happen, for example, if you tried to associate `*.sol`...

Hey, @Rakesh-Saini! Can you describe the problem in more details?

@Rakesh-Saini, it's very hard to say what's happened given only this message. It seems like the problem you're experiencing might not be related to the plugin.

Hey, @yufangong! We use `Http.client` in the following way: ```java client = Http.client() .withStack(stack) // here the stack is with removed `TraceInitializerFilter.role()` // ... .withLabel(name) .methodBuilder(host + ":" + port)...