Nikolay Matrosov
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Nikolay Matrosov created a post, AnsweredCode 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 commented, -
Nikolay Matrosov created a post, AnsweredThird-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...