-
Notifications
You must be signed in to change notification settings - Fork 12
ts3lib functions missing from PyCharm's "Intellisense" #74
Comments
Never used PyCharm, but I doubt, that it ever was possible to use autocompletion. The ts3lib module (and all its functions are) is built in the library, so to inspect it (I assume PyCharm uses inspection for this) is nearly impossible. The only source to get info from is this help function: https://github.com/pathmann/pyTSon/blob/master/generated/pregen/ts3help.py |
Well, i close this for now and hope someone else has a solution. |
Would you push the nightly changes to master so people that require the new functions and bugfixes don't have to download the nightly anymore? |
I guess by "master" you mean myteamspeak? The addons page is a pain in the ass and my connection is not that great to upload for each arch/platform 30MB packages. So to host it on my server is a good workaround (at least for me, and ofc: it's automatic!). If not: the nightlies are automatically built with every commit to the master repo here on github (the version string should match the commit hash it was made from). So the master and the nightlies are always in sync. |
I mostly meant the github releases page. MyTeamspeak would just be even more convinient for the end-users :) |
When I have the time to write the changelog ... |
Where there so many changes?
|
I have to consider all commits since e5f6c1c. |
uhh ehm yeah thats quite a bit since then. I'll see what i can do. |
Thx, but I'll write it myself. |
So, to give a little update i tried adding empty functions to the ts3lib.py and leaving your iterator at the bottom to re-overwrite them but for some reason that just causes some weird error that prevents pytson from loading:
|
What did you expect? It's like removing the wheels of a car and wondering, that it won't drive anymore. |
Thanks, adding dummy returns and removing the |
Since you added the
include/ts3lib.py
all of the initialts3lib.*
functions are missing from pyCharm's "Intellisense" (The part where you see autocomplete suggestions). Could you give any advice how to get them back?The text was updated successfully, but these errors were encountered: