slynch8 / 10x

10x IDE/Editor
189 stars 33 forks source link

Feature Request: 'type hints' inline annotations in Editor window #2834

Open JonnyKelso opened 4 days ago

JonnyKelso commented 4 days ago

'type hints' show the inferred type (and during debugging the actual current value) of variables in the Editor window inline.

Didn't know I needed this until I had it with JetBrains CLion/Rider. for C++/C#

Not a must have for sure, but it sure is useful when you have it.

From https://www.jetbrains.com/help/clion/type-hints.html here is a good example screenshot

cl_typehints_deduced_types