yasirkula / UnityIngameDebugConsole

A uGUI based console to see debug messages and execute commands during gameplay in Unity
MIT License
2.11k stars 221 forks source link

AutoComplete for param too #25

Closed acgleader closed 3 years ago

acgleader commented 4 years ago

can you support param for autocompleting, like opencoding support, it is very convenient

yasirkula commented 4 years ago

I agree. Added to my to-do list but I may not push an update in the near future.

yasirkula commented 4 years ago

While reading the issue the first time, I thought that it was about params type[] support, I was wrong :) Parameter autocompletion is actually implemented by another user in this PR, could this be helpful to you: https://github.com/yasirkula/UnityIngameDebugConsole/pull/22

yasirkula commented 3 years ago

Related commit https://github.com/yasirkula/UnityIngameDebugConsole/commit/35b1287c03ae7f1bba48ad7dc1cb84a797d3894a. I don't plan to improve the console any further.