Closed pryrt closed 1 year ago
Yep, the documentation is severely lacking, and I'm going to work on it soon. Thanks for being my guinea pig!
dictautocomp.py
is the correct file to run to start autocompletions, and if you don't get autocompletions after running it, that's a separate issue that I will need to resolve.
I think what I will do is just pre-fill the config file with the correct configuration to do autocompletions with the pythonscript autocompletions file, and that way users will have an example to go off of.
@pryrt
I've significantly improved the documentation, and I now believe based on a couple of trial runs that you should be able to get this running if you follow the Installation
instructions in README.md.
It would be awesome if you could try following those instructions exactly as written, and let me know if there are still any problems for you. Thanks again for surfacing this issue for me.
Yes, following those instructions, I was able to get it to work.
However, for newbies, I would add another section after Installation:
dictautocomp
Good idea! I added your suggestions to the docs.
I also added a menu option remove existing autocompletions for filename: no
(i.e., the default is NOT to remove existing autocompletions). Do you think the wording of this is clear enough?
Thanks. Looks good to me.
your README.md seems to assume that the reader already knows how to get your "script" to work (despite there being multiple .py files in the repo, with no indication of which you actually should run"
I tried running
dictautocomp.py
: it prompted me and I filled out its form... but as I type, no autocompletions are happening.I tried running just
get_pythonscript_autocompletions.py
, and couldn't see that anything happened.Your README.md should include instructions on how to get it to register the callbacks, and what you have to do to trigger it to auto-complete (or if it's automatic).