is there a python editor, like a vba editor
Mistara
Posts: 38,675
when i'm in the vba editor, i type a dot, and it comes up with a dropdown list of all the properties i could pick to set,
was wonderinf it there was a python could do similar ?
trying to make a simple plugin of a drop to floor command. take the height, divid by 2, move z by the result
for modelling room too. drop the cube to the ground
thanks
Comments
Any generic text editor with autocomplete and a Python plugin.
Only Python editors or as a plugin to MS Visual Code
I use BBEdit myself. But that's macOS only.
Maybe here > https://notepad-plus-plus.org/