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

  • From: "Isidor Nikolic" <dmarc-noreply@xxxxxxxxxxxxx> ("Isidor.Nikolic")
  • To: "program-l@xxxxxxxxxxxxx" <program-l@xxxxxxxxxxxxx>
  • Date: Sat, 22 Jan 2022 16:26:59 +0000

Hi,

Isidor here from the VS Code team.
It sounds like you just have basic word based suggestion and no smart language 
suggestions enabled.
I would suggest that you install an extension that should help with the 
language. From your snippet that looks like Python (sorry if I am wrong) so you 
should just install the Python extension to get the language smarts.

More about the extension philosophy of VS Code can be found here 
https://code.visualstudio.com/api

Let me know if you have any other questions
Isidor

From: program-l-bounce@xxxxxxxxxxxxx <program-l-bounce@xxxxxxxxxxxxx> on behalf 
of SuperSilly <xsuper.sillyx@xxxxxxxxx>
Date: Saturday, 22 January 2022 at 08:42
To: program-l@xxxxxxxxxxxxx <program-l@xxxxxxxxxxxxx>
Subject: [EXTERNAL] [program-l] vs code and quick suggestion
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] vs code and quick suggestion - Isidor Nikolic