Megaxela / QCodeEditor

Qt Code Editor widget.
MIT License
383 stars 118 forks source link

Feature request: Add parameter hints #17

Open ouuan opened 4 years ago

ouuan commented 4 years ago

Parameter hints are very helpful, especially when writing some advanced data structures, or use unfamiliar STL functions.

I'd like something like this:

image

Megaxela commented 4 years ago

Hello! That's pretty nice request, but it can't be implemented in current autocomplete interface. This feature will be implemented with method/variable hints later.