C# Autocomplete Demo Using Bing Code Search Engine
codesnippet.research.microsoft.com
C# Autocomplete Demo Using Bing Code Search Engine
1–10 of 50 posts
Re: C# Autocomplete Demo Using Bing Code Search Engine
#2/// 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
#3I 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…
Re: C# Autocomplete Demo Using Bing Code Search Engine
#4Re: C# Autocomplete Demo Using Bing Code Search Engine
#5This seems like a really cool idea, but I'm not sure how useful it'd end up being. I also wasn't able to get it to actually work with anything other than the demo question they provided