Closed kaermorchen closed 7 months ago
I believe the vscode api offers a way to check if another extension is active https://code.visualstudio.com/api/references/vscode-api#extensions . I don't think it is possible to intercept another extensions suggestions though.
I am the author of the vscode-drupal extension. It extension add some useful features for Drupal projects, like hook autocomplete.
If vscode-intelephense and vscode-drupal are activated in a project, users see the same complete items. For example:
The result of hook_cron from vscode-intelephense
The result of hook_cron from vscode-drupal
Is there a way to hide just the duplication completion items from intelephense in my extension?