#AutoCompletion
Referred to my utterly obnoxious ADHD habit of interrupting others with what I *think* they’re going say as “Chat GPTing people” while talking to my therapist the other day

autocompletion as an incredibly annoying expression of neurodivergence
January 16, 2025 at 6:32 AM
oh hey i got a rough impl of from: autocompletion working
January 19, 2025 at 3:04 AM
just discovered litecli (github.com/dbcli/litecli), it feels like a big improvement over the default SQLite REPL (autocompletion! support for multiline queries! syntax highlighting!)
November 7, 2024 at 2:39 PM
re-creation of a funny lil bug from a bad autocompletion i ran into today
September 17, 2026 at 3:20 PM
oh huh, discord made nitro more prominent on the emote autocompletion list
March 11, 2024 at 2:26 AM
little trick:
you can write tween.tp instead of tween.tween_property for autocompletion!

it's not much, but it saves me lot of typing in my guide

#Godot #GameDev #Trick #GDSCript #Dev
April 17, 2026 at 12:49 PM
#ElixirLang devs who use oh my zsh: add `mix-fast` to your plugins list to get autocompletion for mix tasks 🤯
March 26, 2025 at 2:59 AM
The official Laravel VS Code extension is now available in beta.

✨ Blade syntax highlighting
🖊️ Eloquent autocompletion
🔗 Route, config, & middleware linking
🧠 Smart diagnostics

And more...

Get it now → marketplace.visualstudio.com/items?itemNa...
December 16, 2024 at 5:35 PM
#neovim Development News

The 0.12 version will add many built-in completion improvements with 'autocomplete', 'autocompletedelay', 'autocompletetimeout', and 'completetimeout' options.

PRs (Vim patch):
- github.com/neovim/neovi...
- github.com/neovim/neovi...
- github.com/neovim/neovi...
vim-patch:9.1.1590: cannot perform autocompletion by zeertzjq · Pull Request #35141 · neovim/neovim
vim-patch:9.1.1590: cannot perform autocompletion Problem: cannot perform autocompletion Solution: Add the 'autocomplete' option value (Girish Palya) This change introduces the 'autoco...
github.com
October 27, 2025 at 6:02 PM
#clojure #lsp now has autocompletion for libraries in deps.edn. Amazing! :)
November 11, 2024 at 1:33 PM
true highlight of the release: when connecting functions to signals, autocompletion will no longer add parentheses
September 15, 2025 at 9:21 PM
Autocompletion für häufig verwendete Hashtags wär schon nett, BlueSky.
August 16, 2024 at 6:05 PM
Autocompletion häufig benutzter Hashtags würde mein Leben wirklich erleichtern, BlueSky.
August 30, 2026 at 8:57 AM
Introducing 🌳tarborist: a VS Code extension providing tree-sitter powered static analysis of {targets} pipelines with target info on hover, tar_map() autocompletion, cycle detection, and upstream/downstream info/links #RStats

Github:
github.com/tylermorganw...

OpenVSX:
open-vsx.org/vscode/item?...
April 3, 2026 at 9:58 PM
A little interface WIP update
Now we have CSS autocompletion, and syntax highlighting,
little thread
1/n

CSS editor
January 28, 2026 at 11:50 PM
“You don’t have to be evil to be in business” original Google Ads motto
“But it helps” my almost involuntary autocompletion the first time I heard that
October 27, 2024 at 2:06 PM
Insight is an emergent property of doing the work – @drsurekhadavies.bsky.social

One of the best reasons to avoid the hallucinating, plagiarizing, autocompletion machines euphemistically called AI
August 19, 2026 at 2:56 PM
AI autocompletion in IDEs that can't be turned off easily is actually awful for beginners.

Someone today in class typed two lines of code and then their IDE wrote out another 10 lines that solved the entire problem. Great! That skips 30 minutes of time spent learning programming logic
April 14, 2026 at 7:48 PM
1. create bluemoji records ✅️
2. parse :emote: syntax on my custom rich text parser
3. add emote autocompletion
4. actually render it in the post
August 19, 2024 at 1:09 PM
Introducing 🦜 Loty - The tiny localization library

Tiny bundle size starting at 523 bytes
Type safety with autocompletion in editor
Customizable message formatter
Messages are parsed lazily
Loads missing messages from base locale
Open source and fully tested with 100 % coverage
Framework agnostic
January 5, 2026 at 3:08 PM
Python 3.14 Preview: REPL Autocompletion and Highlighting #python
Python 3.14 Preview: REPL Autocompletion and Highlighting #python
Explore Python 3.14 REPL updates: import autocompletion, syntax coloring, and theme customization to help you code faster and read with ease.
realpython.com
October 5, 2025 at 3:00 AM
Wann Autocompletion häufig verwendeter Hashtags, BlueSky? 🥹
December 3, 2025 at 5:21 PM
i agree but when i refer to streamline parts of programming i mostly refer to it's use for things like improving autocompletion. I am completly opposed to any ai that straight up writes the whole code for you
September 24, 2026 at 11:13 PM
We need more coding interfaces that are not IDEs, not CLI agentic tools, and not chatbots. IDEs are for creation and autocompletion makes sense there. CLIs are for generation, chatbots are for understanding. I need creation, generation, and understanding in one session.
April 7, 2026 at 12:15 PM
For me LSP is a weirdly specific mechanism of implementing autocompletion. I do use autocompletion a lot. Specifically Emacs by default autocompletes any word found in any currently opened file. I just don't understand why does it have to be a JSON-RPC Client-Server Architecture kind of thing.
September 11, 2026 at 4:08 PM