Author Topic: async def (coroutines) do not show up in autocomplete list, python beta3  (Read 1656 times)

rowbearto

  • Senior Community Member
  • Posts: 2335
  • Hero Points: 132
Look for lspcli.py on support.

Instructions to reproduce the issue are on lines 272-273 of this file.

The functions in the class defined with "async def" do not show up in the autocomplete list.

However this python code does run correctly. I use python 3.6.6.
« Last Edit: September 06, 2018, 11:44:19 PM by rowbearto »

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6864
  • Hero Points: 528
Re: async def (coroutines) do not show up in autocomplete list, python beta3
« Reply #1 on: September 07, 2018, 03:25:31 AM »
Glad you caught this one. It's obviously not working right. The Defs tool window should be showing the "async" functions with the "f" icon. Tags are just wrong.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6864
  • Hero Points: 528
Re: async def (coroutines) do not show up in autocomplete list, python beta3
« Reply #2 on: September 07, 2018, 04:15:45 AM »
Fixed for beta 5