this post was submitted on 05 Jun 2025
221 points (98.3% liked)

Programmer Humor

23861 readers
1601 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ulterno@programming.dev 0 points 1 day ago
  • Case 1:
    • Just typed the ending '>' for the include and see the annotation come up.
  • Case 2:
    • Did not include the header, so not getting the code completion recommendation, making me have to type the function/class/whatever name.
  • Case 3:
    • The code completion comes up with an option of including the header (except that it is including the wrong header, despite me having already included the correct one)