Sublime Forum

Auto completion across project files

#1

I use sublime text for note taking. I create a lot of .md files… I use markdownEditControl package.
I add a lot of hashtags in the note (tags) Now whenever I press #, I want sublime text to look in all md files in the project folder and suggest all tags matching. I searched a lot … but couldn’t find any such package.

Please help me.

Regards

0 Likes

#2

ST’s autocompletion facility does not have access to the symbol index. It was requested several times to add API’s to enable plugins to query the index database to create such features, but it’s still pending.

0 Likes

#3

@deathaxe Is there any way to record the selection done by the user to create stats? for example : the autocomplete feature gave the list [‘hi’, ‘hello’] for ‘h’ , i need to maintain a count for the no of times a user selected hi and no of times a user selected ‘hello’ . Is there any API specifically for this?

0 Likes