Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Intellisense case-sensitive? #56

Closed
ahmetb opened this issue Nov 21, 2015 · 4 comments
Closed

Intellisense case-sensitive? #56

ahmetb opened this issue Nov 21, 2015 · 4 comments

Comments

@ahmetb
Copy link

ahmetb commented Nov 21, 2015

I have a pkg called rcode contains exported constants RcodeXxxxx however if I type rcode it does not bring up autocomplete items.

image

Vs

image

@newhook
Copy link
Contributor

newhook commented Nov 21, 2015

This is just how gocode works.

nsf/gocode#91

@lukehoban
Copy link
Member

@ahmetalpbalkan - It looks like you aren't actually getting completion lists from vscode-go at all here. The icon with abc in it means you are seeing default results from VS code (just a list of words that appear anywhere in the text of the current file).

You should be seeing results with icons like these instead:

screen shot 2015-11-21 at 4 02 00 pm

@newhook Actually, as you can see in the screenshot above, vscode-go will show case0insensetive match results.

@lukehoban
Copy link
Member

@ahmetalpbalkan I've closed this issue, but I'd still like to understand why you aren't seeing completion lists from vscode-go in your case. Do you ever see results like in my screenshot, even in a simple standalone file? What version of the extension do you have?

grep 'version' ~/.vscode/extensions/lukehoban.Go/package.json

@lukehoban
Copy link
Member

@ahmetalpbalkan BTW - the original issue you were seeing here, where you apparently weren't getting completion lists from vscode-go, was just fixed with #77, and that fix is in the 0.6.13 update.

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 24, 2018
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants