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

autocomplete issue for < when I add blank right after < #1521

Closed
PeikangHu opened this issue May 28, 2017 · 1 comment
Closed

autocomplete issue for < when I add blank right after < #1521

PeikangHu opened this issue May 28, 2017 · 1 comment

Comments

@PeikangHu
Copy link

PeikangHu commented May 28, 2017

Environment data

dotnet --info output:

Product Information:
 Version:            1.0.3
 Commit SHA-1 hash:  37224c9917

Runtime Environment:
 OS Name:     Mac OS X
 OS Version:  10.12
 OS Platform: Darwin
 RID:         osx.10.12-x64
 Base Path:   /usr/local/share/dotnet/sdk/1.0.3

VS Code version: Version 1.12.2 (1.12.2)
C# Extension version: 1.10.0

Steps to reproduce

Type in:
for (int i=0;i</when I type in blank, it autocomplete Action/)

Thanks.

like: for(int i = 0; i<Action )

Expected behavior

for(int i = 0; i< )
if it is for loop, could you disable autocomplete for "<" ?

Actual behavior

for(int i = 0; i<Action )

@DustinCampbell
Copy link
Member

Thanks! Great bug! It appears as though our completion provider is incorrectly registered to trigger on '<'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants