StarlaneStudios / vscode-comment-anchors

⚓A Visual Studio Code extension that adds support for comment anchors 🔭
https://marketplace.visualstudio.com/items?itemName=ExodiusStudios.comment-anchors
MIT License
206 stars 32 forks source link

Time for IntelliSense suggestions to appear #174

Closed morallys closed 1 year ago

morallys commented 1 year ago

Time for IntelliSense suggestions to appear

I did some research on this issue which has been bothering me a lot lately. The default for the appearance of Comment Anchors suggestions should be double slashes, however, when inserting only one slash, the popup appears on top of the text unnecessarily. I already did the global configuration of IntelliSense and it worked, but only for the other functions of IntelliSense, for Comment Anchors it doesn't work.

I already tried using the configuration that is shown in the documentation:

And even with 5000ms of delay, it appears automatically disturbing the development. Even in the source code control area the suggestion is appearing, only the one from CommentAnchors, the others from IntelliSensi do not appear, such as constants, functions, etc.

How can I fix this problem?

image

image

From the items below, IntelliSense should appear, not with just a slash:

image

JordanDi123 commented 1 year ago

Hello,

I have fixed this issue and we are planning to release in an official version in the near future. If you would like you can clone main branch and build the extension on your own. :)

Thanks for reporting it!