Jandyman Voelkel
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created How to access Scientific Mode?
AnsweredI've been using Pycharm CE for years and am trying out the Professional version in order to try out Scientific Mode in order to get better integrated plotting. Both Google and various AIs have all ... -
Created Autocompletion of entities (enums) in imported dlls or shared libraries?
AnsweredAutocompletion works fantastic most of the time in Pycharm, and if I define an enum in python code, it works great. But if the enum is in a compiled imported dll (in this case generated by pybind11...