C# Autocomplete Demo Using Bing Code Search Engine
11–20 of 50 posts
Re: C# Autocomplete Demo Using Bing Code Search Engine
#12Nice idea. Sort of changes ideas as to what an IDE can/should do.
(Armstrong is the inventor of Erlang, by the way)
Re: C# Autocomplete Demo Using Bing Code Search Engine
#13Re: C# Autocomplete Demo Using Bing Code Search Engine
#14The '///' then tab does nothing but when I start typing in the IDE however it kicks in with a much better Intellisense complete with the Bing snippets like depicted on the VS Gallery. So perhaps they limited the slash+tab sequence?
Re: C# Autocomplete Demo Using Bing Code Search Engine
#15I tried the web version, but it just says Loading. Do I need to install Silverlight?
Re: C# Autocomplete Demo Using Bing Code Search Engine
#161000 cores costs around $50/hr, so if it boosted my productivity measurably it'd be worth it. Searching all public github code for strings matching around my cursor seems like the sort of thing these 1000 cores should be doing.
Re: C# Autocomplete Demo Using Bing Code Search Engine
#17One of my pet ideas is a new programmer's editor that uses proportionally as much compute resources as Emacs did in the late-80s. An amount of computing that would show up as a major line item on your department's timesharing bill. 1000 cores costs around $50/hr, so if it boosted my productivity measurably it'd be worth it. Searching all public github code for strings matching around my cursor seems like the sort of…
Re: C# Autocomplete Demo Using Bing Code Search Engine
#18Does anybody know of a Sublime Text or Atom package that does this?
Re: C# Autocomplete Demo Using Bing Code Search Engine
#19I 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
#20I 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…