Alexandr Fedorov
- 活动总数 24
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 8
-
Alexandr Fedorov 创建了一个帖子, PyZero in PyCharm doesn't recognize `screen` variable
I use simple example from PyZero tutorial in PyCharmimport pgzrun WIDTH = 300 HEIGHT = 300 def draw(): screen.fill((128, 0, 0)) pgzrun.go()The variable `screen` is highlighted as error - Unr... -
-
Alexandr Fedorov 进行了评论, -
-
Alexandr Fedorov 创建了一个帖子, Setup completition provider in the LightPlatformCodeInsightFixture4TestCase
I want to test my completition provider. How do I set it up in TestFixture - LightPlatformCodeInsightFixture4TestCase It looks like SDK test framework does not use plugin.xml -
-
-
Alexandr Fedorov 创建了一个帖子, 已回答Kotlin Coroutines version in CLion plugin
I am creating plugin for CLion and need kotlin coroutines. The version that is bundled with intellij plugin is 1.2.1. Intellij still sees only this version when I add implementation("org.jetbrains... -
Alexandr Fedorov 进行了评论, -
Alexandr Fedorov 进行了评论,