Tell me, is it possible to somehow configure autocomplete js in HTML files? I have already tried everything and nothing happens. When I create a .js file, autocomplete js works fine, and in html files while writing html autocomplete works, but it’s impossible to get autosublit js to work in html. This is a big minus. Help me to understand.
- The VS Code works. - Qwertiy ♦
- It works, but I don’t really like VSCode - Artem Novikov
|
1 answer
There are no answers. I had to figure it out myself. So, install the atom ternjs package. After that in our project we go to the Packages / Atom Ternjs / Configure Project menu. In the settings section that opens, check the box next to jquery and save the settings. After that, for successful work, we should have a tab with any file with the extension .js. I just create an empty javascript.js file and that's it. After that, autocomplete works successfully.
Yes, complicated, but so far I have found only such a solution.
|