niosus / EasyClangComplete

:boom: Robust C/C++ code completion for Sublime Text 3/4
https://niosus.github.io/EasyClangComplete/
MIT License
575 stars 78 forks source link

Better includes completion #729

Closed niosus closed 3 years ago

niosus commented 3 years ago

This PR introduces a new way to complete includes. It triggers when pressing < or " in an include scope and triggers a quick panel that guides the user towards the needed include step by step.

Relies on #730

Close #706

includes