Search code examples
autocompletesublimetext3

Sublime Autocomplete for Web Development


As the title shown, does anyone recommend autocomplete add-on for Sublime? Or any recommended way to speed up the coding process of autocompleting the tags for web development in Sublime?


Solution

  • You can try Auto Close.

    This will fullfill your requirement.

    If you don't know how to install package. You can follow following steps.

    1. First open package manager ctrl+shift+p
    2. Search and select Add Repository. Then paste the github link.
    3. After that again open package manager. Search and select Install Package.
    4. Search and select Auto Close

    Then your are good to go.