NO

Author Topic: Autocomplete  (Read 240 times)

Offline CandCPlusPlus

  • Member
  • *
  • Posts: 71
Autocomplete
« on: January 01, 2025, 02:55:58 AM »
I created a huge thread of suggestions for Pelles C a couple of years ago. After using Pelles C for several years, my list is smaller and I'll be creating three separate threads here.

What I want the most is an updated autocomplete. This feature in Pelles C is near the level of what is included with Microsoft Visual C++ 6.0 and Visual C++ 6.0 is ancient.

Considering the fact that Pelles C is only plain C, the only real addition to the autocomplete that I'd want is suggestions for what function you might be typing for that you can accept as correct if it's what you want. It would be especially useful for the Win32 Windows API functions and the functions that you create in your code. The Pelles C IDE already offers suggestions for structures.
« Last Edit: January 01, 2025, 07:02:58 AM by CandCPlusPlus »

Offline CandCPlusPlus

  • Member
  • *
  • Posts: 71
Re: Autocomplete
« Reply #1 on: January 15, 2025, 03:05:52 AM »
Any autocomplete functionality could potentially cache all the function names and parameters from the Win32 Windows API and from the C Standard Library when Pelles C is run or installed. These functions are unlikely to change unless Pelles C is upgraded. Beyond that, it could optionally (adjustable in the options) create a cache for each project with the functions created in the particular project.