Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not auto complete for grammar only languages like C++, Python, CoffeeScript... #179

Closed
rafaellichen opened this issue Nov 19, 2015 · 26 comments
Assignees
Labels
important Issue identified as high-priority verified Verification succeeded

Comments

@rafaellichen
Copy link

no more auto completions? vscode doesn't give me suggestions to auto complete as I type.

@chucongqing
Copy link

same issue, but it could be triggered by ctrl + space

@rafaellichen
Copy link
Author

thanks 👍

@jrieken
Copy link
Member

jrieken commented Nov 19, 2015

@rafaei In what language do you see that?

@rafaellichen
Copy link
Author

@jrieken python and c++

@kravchenkodev
Copy link

I have the same issue in CoffeeScript and React (JSX) files.

@riquito
Copy link

riquito commented Nov 19, 2015

Just installed version 0.10.1, in a PHP project if I write a variable in a line and in the next line I try to autocomplete it via CTRL+SPACE a "Loading..." message appears, and the variable is never autocompleted.

@chucongqing
Copy link

@jrieken just reinstall it ,still don't work. could only see the suggestions by ctrl+space

@Krzysztof-Cieslak
Copy link
Contributor

By @egamma in preview repo:

This is intentional, we only enable eager 7x24 Intellisense when the suggestion are 'intelligent'. When you only get word based completions we do not enable 7x24.

Maybe that's issue?

@jrieken
Copy link
Member

jrieken commented Nov 19, 2015

Yes, for languages like TypeScript and C# we have extensions that provide smart completions, for other we do a textual completion. Those we make show less aggressive

@maritz
Copy link

maritz commented Nov 19, 2015

@Krzysztof-Cieslak It works fine in Typescript, so I assume it is related to that.
Still: when pressing CTRL+Space I just get perpetual "Loading..." as well. (in javascript)

@kravchenkodev
Copy link

@jrieken Please, could you provide solution to make vscode behave same way as previous version did? Quick suggestion really helps to save time.

@ojss
Copy link

ojss commented Nov 19, 2015

@jrieken Same issue here. IntelliSense is working fine for JS but not showing any suggestions for C# file.

@zsxawerdu
Copy link

I am having the same issue. My work laptop (OS X 10.10.5) it works fine on all languages. My personal laptop ( OS X 10.11.1 ) some languages it works fine, some not. I tried uninstall / reinstall still the same issues.

@ojss
Copy link

ojss commented Nov 19, 2015

For now I have reverted to an older version.

@tominon
Copy link

tominon commented Nov 19, 2015

PHP is also affected. See #161

@DerTolleEmil
Copy link

@riquito autocomplete seems to be rather broken in php in general in this build, either not giving any hints at all or even completely freezing, see issue #160

@tangshi
Copy link

tangshi commented Nov 20, 2015

@ojss where can I download the older version?

@A2C013
Copy link

A2C013 commented Nov 20, 2015

I just got the same issue. in the previous version (0.9.1), when I was writing Python scripts, the word completion works fine, though it is textual. But now the functionality is gone. I tried to reinstall it, but nothing changed. Hope can recover this function soon. Thanks:)

@ojss
Copy link

ojss commented Nov 20, 2015

Sorry cant help with that. I had the zip for the previous version lying around.

Sent from my iPad

On 20-Nov-2015, at 10:45 AM, tangshi notifications@github.com wrote:

@ojss where can I download the older version?


Reply to this email directly or view it on GitHub.

@DerTolleEmil
Copy link

@tangshi @ojss The old version (plus how to disable the auto update) can be found in issue #160, comment #160 (comment)

@ojss
Copy link

ojss commented Nov 20, 2015

Wow thats great! Thank you.

On 20-Nov-2015, at 1:43 PM, Klaus Brezina notifications@github.com wrote:

@tangshi https://github.com/tangshi @ojss https://github.com/ojss The old version (plus how to disable the auto update) can be found in issue #160 #160, comment #160 (comment) #160 (comment)

Reply to this email directly or view it on GitHub #179 (comment).

@tnaseem
Copy link

tnaseem commented Nov 21, 2015

I'm experience the same issues in C# - no autocompletion.

However, hitting ctrl-space brings it up. Bit annoying to have to do this though. I thought there may have been a new option to switch on the 'auto' bit of completing, but can't find it!

@ojss
Copy link

ojss commented Nov 21, 2015

For me ctrl+space doesn’t help.

On 21-Nov-2015, at 7:54 AM, Tarique Naseem notifications@github.com wrote:

I'm experience the same issues in C# - no autocompletion.

However, hitting ctrl-space brings it up. Bit annoying to have to do this though. I thought there may have been a new option to switch on the 'auto' bit of completing, but can't find it!


Reply to this email directly or view it on GitHub #179 (comment).

@DGideas
Copy link

DGideas commented Nov 22, 2015

Same issue

@lzantal
Copy link

lzantal commented Nov 23, 2015

Yep, same here

@egamma egamma added this to the Nov 2015 - Recovery milestone Nov 23, 2015
@egamma egamma changed the title 0.10.1 version doesn't support auto completion? Not auto complete for grammar only languages like C++, Python, CoffeeScript... Nov 24, 2015
@egamma egamma added the important Issue identified as high-priority label Nov 24, 2015
@egamma
Copy link
Member

egamma commented Nov 24, 2015

This issue only tracks the problem that there is no more auto complete for languages which only support tokenization using a textmate grammar. Issues with PHP, TypeScript are separate issues.

egamma added a commit that referenced this issue Nov 24, 2015
Let shouldAutotriggerSuggestImpl always return true, fixes #179
@egamma egamma added the verified Verification succeeded label Nov 24, 2015
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
connor4312 added a commit that referenced this issue Sep 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
important Issue identified as high-priority verified Verification succeeded
Projects
None yet
Development

No branches or pull requests