eclipse-cdt / cdt-lsp

Eclipse CDT™ LSP Extensions for CDT
Eclipse Public License 2.0
23 stars 11 forks source link

Make auto-completion/content assist configurable via preference page #300

Closed ghentschke closed 2 months ago

ghentschke commented 2 months ago

As a user I want to enable/disable the auto completion in the LSP based C/C++ editor. When auto-completion has been disabled via preference settings, the manual trigger via ctrl/cmd+space should work independently.

ghentschke commented 2 months ago

With this PR its possible to change the settings for the Generic Text Editor, which is the base for the lsp based C/C++ editor: https://github.com/eclipse-platform/eclipse.platform.ui/pull/1826

So, a link to this preference page in the Editor (LSP) preference page would be fine.

ghentschke commented 2 months ago

The new Generic Text Editor Preference page has been added to General Eclipse Preferences. See: https://eclipse.dev/eclipse/news/4.32/platform.php#generic_text_editors_preference_page