Author Topic: How to get Python autocomplete?  (Read 128 times)

JimmieC

  • Senior Community Member
  • Posts: 491
  • Hero Points: 17
How to get Python autocomplete?
« on: April 25, 2024, 09:47:18 PM »
I have started messing with Python a little bit. In SE I can run the debugger.
However, the autocomplete does not always work. It works for "os". But, it does not work for the variable (string?).
Visual Studio Code autocomplete works but SE does not. What do I need to configure?
I have attached some screen shots.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6882
  • Hero Points: 530
Re: How to get Python autocomplete?
« Reply #1 on: April 25, 2024, 11:27:39 PM »
This has to do with implicit typing. We will look into improving this.