aqzhyi / Sublime-Better-Completion

手刻的浪漫 DEPRECATED, use TypeScript!
338 stars 75 forks source link

Confused as to placement of the file #22

Closed ElektroDesigns closed 8 years ago

ElektroDesigns commented 10 years ago

Hello! hope your well! Im trying to get the better-completion for Bootstrap to work, however when i place the setting file into Packages<User and then restart sublime nothing happens when i type bootstrap commands,absolutely no auto completion comes up for any bootstrap term. Seems as if i followed the directions correctly but could be mistaken. Thank you.

aqzhyi commented 10 years ago

Hello Hello

see https://github.com/Pleasurazy/Sublime-Better-Completion#relevant-issues

Maybe help you.

Please try it. :)

ctf0 commented 8 years ago

@ElektroDesigns u need to include the name of the file inside ur user settings file ex.sbc-api-Words.sublime-settings u should add this to the settings file sbc-setting.sublime-settings

"completion_active_list": {
    // everything else

    "Words": true,
}