How do I turn on hints in HTML?
How do I include hints while typing html tags? Why does vscode prompt, but the paid and smart webstorm doesn't?
(All settings are reset to factory settings)
Also why is webstorm not showing styles? Again vscode shows, but webstorm does not
Also I don't understand why when I enter data into an array, add a comma and press the spacebar, I get a bunch of different hints? How to disable them and why they are shown in principle, this is a smart IDE. Webstorm thinks I can put these ALL functions into an array?
Please sign in to leave a comment.
Я напишу на русском, думаю вы его знаете, так как видимо пора прекращать платить за лицензию. Увы я не понимаю за что я плачу. Можете ответить на англ, либо проигнорировать.
Ваша программа платная, она называется WEB strorm что значит, она обязана уметь работать с HTML CSS и JS, к тому же вы пишите что она умная
Элементарно, почему в тупом и бесплатном vscode я пишу section ставлю точку и вижу все стили в проекте, а умный и платный вебшторм этого сделать не может? Если я пишу secti и даже если нажму ctrl + space умный вебшторм скажет no seggestion, а тупой vscode все подскажет
Почему нет опции, чтобы включить подсказки html тегов? Почему все-так плохо то?
- Showing completion when you just type some text would be very annoying.
А ну то есть предлагать мне всякий бред, когда я ввожу данные в массив это нормально, а предлагать мне HTML теги в HTML файле не значить меня раздражать?
Может у вас продается HTML шторм? который показывает html теги и который умеет адекватно работать с емметом?
To get HTML tags auto-completed, you need entering the opening
<
;until you type it, the IDE can't know if what your are entering is a tag or HTML text. Showing completion when you just type some text would be very annoying.
If you don't like entering the opening
<
, hitCtrl+Space
explicitly to invoke the completion, or enter tag name and hitTab
to have it expanded with Emmet, the IDE supports basic abbreviations as well as expanding sequencesSee also https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000719050-Autopopup-completion-works-inside-php-tag-but-doesn-t-work-outside-of-it-Is-there-any-fix-