notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

CodeCompletionTools.md (474B)


      1 # Code Completion Tools (CCTs)
      2 
      3 **Source:** https://doi.org/10.1016/j.ijhcs.2025.103648
      4 
      5 **Definition:** Code completion tools are a category of developer tooling that generate text based on suggestions. 
      6 
      7 Code completion tools include LSP enabled tooling like Intellisense, snippet expanson tooling, and AI code completion tools, like Supermaven.
      8 
      9 ## Links
     10 
     11 - [Understanding Mental Models in AI-Driven Code Completion](UnderstandingMentalModelsInAIDrivenCodeCompletion.md)