Nikolay Matrosov

Avatar
  • 活动总数 6
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 1
  • 订阅数 2
  • Nikolay Matrosov 创建了一个帖子,
    已回答

    Code generation in Go

    I'm working on a plugin that should generate Go code. I did not manage to find good examples of code generating plugins that work with Go. But I found one that do it in Kotlin. It uses `org.jetbrai...
  • Nikolay Matrosov 进行了评论,
  • Nikolay Matrosov 创建了一个帖子,
    已回答

    Third-party import from local folder

    I have to have external package locally because it is rapidly developing. So I included it in my project as git submodule. In PyCharm I had to mark it as  Source Root. When I use `cmd+opt+L` to aut...