Live data from Hacker News

Microsoft please get your tab to autocomplete shit together

ivanca.github.io

31–40 of 153 posts

Re: Microsoft please get your tab to autocomplete shit together

#31
Visual Studio has been doing wacky stuff to me like this when I am trying to start a LINQ statement and type a letter to be the lambda variable like Select(f => … but when I hit ‘f’ it just autocompletes some random model from some .NET api that starts with F that I then have to delete because why would I want FileStreamCombulator right now I’m trying to start a lambda??? and don’t remember it doing this in the past.

Re: Microsoft please get your tab to autocomplete shit together

#32

This is a company that cannot get "basic file search" working on their OS for 30+ years, I'm hardly holding my breath as they double-down on overcomplexity with even more overcomplexity. Shout-out to FileLocator Pro as an aside.

Or the start menu search

Re: Microsoft please get your tab to autocomplete shit together

#33

This is actually bearable compared to the new terminal suggestions in vscode. Not only does it autosuggest bizzare completions for commands, it breaks shell completions. So when I tab a file path, it shoves the absolute path into the partially typed path making it unusable.

It’s so weird, vscode worked flawlessly for me for years and after migrating to neovim a month or two ago I keep seeing complains.

Has there been a change lately and in the project, or is it just internet bias?

Re: Microsoft please get your tab to autocomplete shit together

#36

Don't get me started on powershell! For one, it's the right arrow key for complete for most things (but tab for others). But by FAR the worst thing is that often times you'll type a command and try to tab/arrow complete an argument, and the module/dll or whatever is not loaded into memory, and so theres some blocking operation and loads the module which takes 10+ seconds. This happens to me almost every day. I do lov…

I have a deep and abiding love of Powershell but you are spot on.

It is amazing until you run into one of these insane behaviors that somehow nobody ever fixed.

(Some are actually fixed finally in 7.x - like issues with filenames with grave characters in them)

Re: Microsoft please get your tab to autocomplete shit together

#37
post #10

Pretty sure you’re supposed to press return in order to accept a dropdown suggestion. Tab is for accepting the AI code completion. I disabled completions.

Pretty sure they hijacked a key most developers had a muscle memory of using since Visual Basic 6 to pump their AI usage metrics, and then invented a workaround that requires re-learning their tool.

Fair point.

Re: Microsoft please get your tab to autocomplete shit together

#39

Don't get me started on powershell! For one, it's the right arrow key for complete for most things (but tab for others). But by FAR the worst thing is that often times you'll type a command and try to tab/arrow complete an argument, and the module/dll or whatever is not loaded into memory, and so theres some blocking operation and loads the module which takes 10+ seconds. This happens to me almost every day. I do lov…

If you like Powershell but have some complaints, you might find nushell to be the best of both worlds. My elevator pitch for it would be imagine the object-oriented / typed nature of Powershell, minus the verbosity and windows-centric design of it. As someone who develops on and for windows computers, nushell is a real breath of fresh air.
Post reply on HN