Live data from Hacker News

C# Autocomplete Demo Using Bing Code Search Engine

codesnippet.research.microsoft.com

1–10 of 50 posts

Re: C# Autocomplete Demo Using Bing Code Search Engine

#2
I installed the plugin, restarted VS, but nothing happens when I type:

/// convert string to byte array

and press tab afterwards.

Am I missing anything?

Edit: actually something does happen... it inserts a tab, just like any VS installation would do.

Edit 2: from browsing through the comments it seems like it might be a ReSharper conflict. They said they would update it though, but in 8~9 months nothing has changed apparently.

Re: C# Autocomplete Demo Using Bing Code Search Engine

#3
post #2

I installed the plugin, restarted VS, but nothing happens when I type: /// convert string to byte array and press tab afterwards. Am I missing anything? Edit: actually something does happen... it inserts a tab, just like any VS installation would do. Edit 2: from browsing through the comments it seems like it might be a ReSharper conflict. They said they would update it though, but in 8~9 months nothing has changed a…

Have you tried to uninstall and install ReSharper? In the past when ReSharper has prevented other plugins from working, that has been my solution.

Re: C# Autocomplete Demo Using Bing Code Search Engine

#10
Unfortunately I don't write much C# (took a few courses that heavily used it) so it's going to be hard for me to really get an idea of what this feels like to have access to all the time (i.e. know if it's really useful). I'd really love to see what it feels like with a scripting language like Python or Javascript
Post reply on HN