Sergey Tselovalnikov

Results 89 comments of Sergey Tselovalnikov

Hey, @yufangong! Thank you, we've been using a different workaround where the headers were renamed, however `com.twitter.finagle.client.MethodBuilder` should work. However, is using `com.twitter.finagle.client.MethodBuilder#from` the preferable way? Is it expected that...

Hey, @yufangong! Yes, thanks, I can send a PR if it sounds good to you. However, as far as I understand, if someone uses `com.twitter.finagle.client.MethodBuilder#from()` instead of `.methodBuilder()` then the...

Hey, @0v1se! Can you give an example of how the library is added? If it gets added to the classpath then yes, we definitely need to fix this.

Hi, @onetom! I agree, there is a line in the source code, https://github.com/intellij-solidity/intellij-solidity/blob/master/src/main/kotlin/me/serce/solidity/ide/formatting/SolidityFormattingModelBuilder.kt#L18. And there is an issue https://github.com/intellij-solidity/intellij-solidity/issues/5. I won't have enough time to help with formatting soon, but...

Hey, @fredfortier! No work on this is planned at the moment. Unfortunatelly, the only hint I can give you is that you are likely to need to modify the code...

Hey, @moh-eulith! Can you still reproduce the issue with the latest IJ solidity plugin (2.3.10)?

Hi, @XConstantine! Autocompletion for contract members is not currently implemented.

Hey, @sgc109! Sure, you can totally go for it. I believe it'd likely involve modifying the existing completion contributors, or potentially creating new in here. https://github.com/intellij-solidity/intellij-solidity/blob/4ac7e798c11dc0c4626c017ab418d50d32363842/src/main/kotlin/me/serce/solidity/lang/completion/keywords.kt#L23-L42

Yes, sure. Check out https://github.com/intellij-solidity/intellij-solidity/blob/master/DEVELOPING.adoc, it should cover most of the setup, but feel free to ask any questions.

Hey, @iozhaq! Could you describe which exact issue you're experiencing? Also, if you could describe it in English - would be really helpful.