I am trying to determine the point in time when code completion (autocomplete / intellisense / whatever) was first introduced in the IDE and any pointers would be appreciated.
Upon completion of the code here, I am referring to a function in the editor that offers methods or functions based on the code already entered, and I am interested in completing programming related to the language (not completing the style of the word processor).
I remember seeing this in Visual Studio and Microsoft Office in the early 90s, and I don’t remember when it was introduced, or whether it was really available in DOS-type IDEs such as Turbo Pascal or Turbo C + +. On suspicion, I would suggest that this was probably introduced in Smalltalk.
For those who are wondering, I need this information for a research document, and he could not find a reliable answer on the Internet.
source
share