lukas.kremla

Avatar
  • 活动总数 9
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 1
  • 订阅数 4
  • lukas.kremla 创建了一个帖子,

    Handling library modifications before the IDE is loaded

    Hello,I'm working on a plugin for Jetbrains IDEs that adds support for working with MicroPython. One of the plugin's features is a built-in stub package manager that let's the users select and acti...
  • lukas.kremla 创建了一个帖子,
    已回答

    PyPackageManager deprecation

    Hello,I'm working on a MicroPython plugin for PyCharm (and soon CLion). I want to add functionality using some pip libraries. I would like to be able to check if the current interpreter has the req...
  • lukas.kremla 创建了一个帖子,
    已回答

    PyPackageManager deprecation

    Hello,I'm working on a MicroPython plugin for PyCharm (and soon CLion). I want to add functionality using some pip libraries. I would like to be able to check if the current interpreter has the req...
  • lukas.kremla 创建了一个帖子,
    已回答

    More progress bar text

    I'm contributing to the open source PyCharm MicroPython plugin. I'm currently working on creating more detailed progress reporting.This part of the plugin is under a “runWithModalProgressBlocking” ...