Author Topic: Better Python support for AutoComplete  (Read 1606 times)

rcordeau

  • Community Member
  • Posts: 17
  • Hero Points: 1
Better Python support for AutoComplete
« on: March 08, 2014, 01:40:19 AM »
I'd like to see better Python support for AutoComplete in built-in libraries.  For [a small] example, auto completing on
import os
os.chdir()

(currently auto complete won't find chdir)

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6884
  • Hero Points: 530
Re: Better Python support for AutoComplete
« Reply #1 on: March 08, 2014, 03:41:30 AM »
I'd like to see better Python support for AutoComplete in built-in libraries.  For [a small] example, auto completing on
import os
os.chdir()

(currently auto complete won't find chdir)

Thanks for posting this. We need to come up with a better to find symbols for python.

rcordeau

  • Community Member
  • Posts: 17
  • Hero Points: 1
Re: Better Python support for AutoComplete
« Reply #2 on: March 11, 2014, 05:52:45 AM »
I'd like to see better Python support for AutoComplete in built-in libraries.  For [a small] example, auto completing on
import os
os.chdir()

(currently auto complete won't find chdir)

Thanks for posting this. We need to come up with a better to find symbols for python.

No problem.  It can't be *that* difficult to do for Python considering there are many editors/IDEs that can do it.