I’m trying to write a plugin in pycharm.
The main problem is that when i have `import sublime’ i cant run the file - this is especially problematic for UT.
I get this error
File “C:/Users/…my_plugin…/utils/brudnopis.py”, line 57, in
import sublime
File “C:\Program Files\Sublime Text 3\sublime.py”, line 3, in
import sublime_api
ImportError: No module named ‘sublime_api’
As you can see i managed to make PyCharm see the ‘sublime’ and ‘sublime_module’ modules but no further…
help, notice me senpai