6
I use Sublime Text 3 to program only autocomplete is not working for me. I have already installed plugin Sublime Intelcode but it still doesn’t work. Suggestions don’t appear when I write the code. How to solve?
6
I use Sublime Text 3 to program only autocomplete is not working for me. I have already installed plugin Sublime Intelcode but it still doesn’t work. Suggestions don’t appear when I write the code. How to solve?
9
Well I will publish here as a response the solution of how I solved my problem, so I saw on the Internet there are many people looking for this problem.
First I checked the menu Preferences/Settings-User
if the "auto_complete": true,
was activated if not have to put as "auto_complete": true,
Then install the plugins needed to make the effect of autocomplete
as you need I will leave here the plugins I used and that work perfectly.
CSS Extended Completions
https://packagecontrol.io/packages/CSS%20Extended%20Completions
Emmet
https://packagecontrol.io/packages/Emmet
Sublime Linter
https://packagecontrol.io/packages/SublimeLinter
What I’m going to put next is Opcional
and a suggestion of mine but for those who spend many hours programming I think it is a good theme to tire less the view.
Spacegray Theme
Browser other questions tagged sublime-text
You are not signed in. Login or sign up in order to post.
I didn’t find this
– César Sousa
appears the plugins I have installed, but first of all which the best plugin for autocomplete ?
– César Sousa
Here there are some, it will depend on your need, the version you use, the language. With Ctrl + Space doesn’t work?
– stderr
works but I wanted to appear the list as I was writing
– César Sousa
i am in this file this shows { "color_scheme": "Packages/User/Sublimelinter/Monokai (SL). tmTheme", "ignored_packages": [ "Vintage" ] }
– César Sousa
I put this but still does not work I now removed all plugins and I will install only the autocomplete which and the in your opinion the best for all languages or be mainly css php and jquery
– César Sousa
Look at PHP Completions.
– stderr
i find it strange I install css autocomplete if I create a css in php file autocomplete works well in a file . css does not work
– César Sousa
It may be a feature, perhaps to css you have to have another plugin.
– stderr
Well it’s already working as I really wanted thanks for the help
– César Sousa
If it is possible to post an answer as you got and accept it.
– stderr
Yes I will rephrase a detailed response with the changes I have made will definitely help other people
– César Sousa