←back to thread

310 points skarat | 2 comments | | HN request time: 0.747s | source

Things are changing so fast with these vscode forks I m barely able to keep up. Which one are you guys using currently? How does the autocomplete etc, compare between the two?
Show context
welder ◴[] No.43960527[source]
Neither? I'm surprised nobody has said it yet. I turned off AI autocomplete, and sometimes use the chat to debug or generate simple code but only when I prompt it to. Continuous autocomplete is just annoying and slows me down.
replies(27): >>43960550 #>>43960616 #>>43960839 #>>43960844 #>>43960845 #>>43960859 #>>43960860 #>>43960985 #>>43961007 #>>43961090 #>>43961128 #>>43961133 #>>43961220 #>>43961271 #>>43961282 #>>43961374 #>>43961436 #>>43961559 #>>43961887 #>>43962085 #>>43962163 #>>43962520 #>>43962714 #>>43962945 #>>43963070 #>>43963102 #>>43963459 #
blitzar ◴[] No.43960844[source]
I shortcut the "cursor tab" and enable or disable it as needed. If only Ai was smart enough to learn when I do and don't want it (like clippy in the ms days) - when you are manually toggling it on/off clear patterns emerge (to me at least) as to when I do and don't want it.
replies(1): >>43960870 #
jonwinstanley ◴[] No.43960870[source]
How do you do that? Sorry if it's obvious - I've looked for this functionality before and didn't spot it
replies(1): >>43960885 #
1. blitzar ◴[] No.43960885[source]
Bottom right says "cursor tab" you can manually manipulate it there (and snooze for X minutes - interesting feature). For binding shortcuts - Command/Ctrl + Shift + P, then look for "Enable|Disable|Whatever Cursor Tab" and set shortcuts there.

Old fashioned variable name / function name auto complete is not affected.

I considered a small macropad to enable / disable with a status light - but honestly don't do enough work to justify avoiding work by finding / building / configuring / rebuilding such a solution. If the future is this sort of extreme autocomplete in everything I do on a computer, I would probably go to the effort.

replies(1): >>43961045 #
2. jonwinstanley ◴[] No.43961045[source]
Thanks!

The thing that bugs me is when Im trying to use tab to indent with spaces, but I get a suggestion instead.

I tried to disable caps lock, then remap tab to caps lock, but no joy