Is there any way to customize the autocomplete popup menu vscode?

Viewed 537

Kindly upvote the feature request https://github.com/microsoft/vscode/issues/113463

I am creating an extension and I need to customize the suggestionsMenu. I want to add numbers at the end of the suggestions. enter image description here

I am not asking for complete solution. I am only asking for start up for just to edit the autocomplete menu and add some custom text at end of it. I have searched alot but not found a way to edit the auto complete menu.

Edit: Searching for this I found out that it maybe linked vscode.CompletionItemProvider

Edit: It don't want numbers specifically at end of line. They could be in start of the complete item.

Note: I have opened an issue on github https://github.com/microsoft/vscode/issues/113463

0 Answers
Related