[program-l] Re: [EXTERNAL] Re: vs code and quick suggestion

  • From: "Isidor Nikolic" <dmarc-noreply@xxxxxxxxxxxxx> ("Isidor.Nikolic")
  • To: "program-l@xxxxxxxxxxxxx" <program-l@xxxxxxxxxxxxx>
  • Date: Mon, 24 Jan 2022 08:55:41 +0000

Hi William,

This sounds like a potential bug. Can you please open a new issue in our GitHub 
repository https://github.com/microsoft/vscode/issues  and ping me @isidorn on ;
the issue and we can continue the discussion there.
We just need short repro steps if possible.

Thanks
Isidor

From: program-l-bounce@xxxxxxxxxxxxx <program-l-bounce@xxxxxxxxxxxxx> on behalf 
of SuperSilly <xsuper.sillyx@xxxxxxxxx>
Date: Sunday, 23 January 2022 at 01:55
To: program-l@xxxxxxxxxxxxx <program-l@xxxxxxxxxxxxx>
Subject: [EXTERNAL] [program-l] Re: vs code and quick suggestion
Hi Isidor ,

Thanks for your email.

Replying directly to your email google said delivery failure.


I have already installed the python extention.


After several attempts, I find out what is the problem.

If there is only one possible suggestion, nvda will not anounce that
there is a quick suggestion, but actually there is suggestion.

Like I type Cla.his, although nvda did not anounce quick suggestion, if
I type enter, Cla.his will become Cla.historical.

This is the problem, I will only know there is suggestion after pressing
enter.


if there are more than one suggestion, like if I add another function,
def history()

then I type Cla.his, nvda will anounce suggesstions and I can choose
from history and historical.




SuperSilly 於 22/1/2022 15:42 寫道:

Hi friends,

I have just downloaded VS Code editor, and is playing with it.

I was able to trigger quick suggestion in some situations, like when
typing a separate word. But I cannot trigger quick suggestion
following by a dot.

Like,

I have a function Historical under class Cla:

class Cla:

    def Historical():

        pass


Now, if I type His, it can suggest Historical

but if I type Cla.His it did not show up the quick suggestions.

What configurations should I do inorder to make it work?


Thanks,

William



** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

Other related posts:

  • » [program-l] Re: [EXTERNAL] Re: vs code and quick suggestion - Isidor Nikolic