Nikolay Matrosov
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created Code generation in Go
AnsweredI'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... -
Created Third-party import from local folder
AnsweredI 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...