Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
420 views

Looking for workaround for Firefox login autocomplete behaviour

This question is related to the explanation on how Firefox handles autocompleting stored logins: https://stackoverflow.com/questions/10738090/why-firefox-autocomplete-even-with-different-input-name I'...
lmoly's user avatar
  • 310
1 vote
2 answers
194 views

Turn off autocomplete for single webpage

I use a webpage for work which I have several logins for (admin, user, etc) so I utilize Chrome autocomplete for my logins. However, when I create a new user for the system, it autofills my user name ...
KC Adam's user avatar
  • 11
0 votes
1 answer
540 views

vscode-html-languageserver-bin for lsp-mode in emacs throws error when trying to autocomplete

I use lsp-mode for Emacs (https://github.com/emacs-lsp/lsp-mode) and everything works perfectly except for the auto-completion of the html-languageserver (https://github.com/vscode-langservers/vscode-...
ruderngespra's user avatar
1 vote
0 answers
343 views

How can I get html completion in JSP files in Atom?

In atom html is autocompleted (markups, properties, etc...) when editing .html files. Is there a way I can get the same when editing .jsp files ? NB: https://atom.io/packages/autocomplete-jsp doesn't ...
Nicolas Seiller's user avatar
1 vote
0 answers
1k views

Enable autocomplete for both HTML and JavaScript in the same file in Atom editor?

When I use Atom editor and write a small script inside an .html file I don't get autocomplete the way I do in a .js file, due to the language of the file being set to HTML. When I switch it to ...
boyski33's user avatar
0 votes
1 answer
1k views

Eclipse does not autocomplete both html and php tags in php file

I am using eclipse indigo. and i have installed WTP plugin. After i open php file in webcontent/ directory of my project it does not auto complete any php synatx and html tags too.. But html file ...
Prasanna Anbazhagan's user avatar
3 votes
0 answers
296 views

Notepad++ autocomplete HTML comment tag

I've recently enabled N++ autocomplete feature to close HTML/XML tags for me. My problem is with the HTML comment tags: it tries to auto-close them! I type: <!-- comment --> And it ...
Slav's user avatar
  • 490
21 votes
8 answers
60k views

Notepad++ auto complete HTML end tags after </ (like Dreamweaver does)

In Dreamweaver typing </ will automatically close the last open tag, so you don't have to type it all out, and it helps if you aren't sure if you closed one or not. Is there a plugin that dose this ...
zeel's user avatar
  • 3,268
0 votes
1 answer
1k views

TextMate CSS autocompletion

Recently I updated my installation of TextMate and I have noticed something rather annoying. When writing CSS code, it no longer automatically appends the semicolon. Here is how it was if I typed "...
user avatar
15 votes
1 answer
33k views

How can I add autocomplete in notepad++ for javascript in an .html file?

Notepad++ does auto-complete for html and also for JavaScript. but the auto-completion depends on file extension.html file supports completion for html only. Is there a way to enable auto-completion ...
Nikhil's user avatar
  • 251
7 votes
2 answers
8k views

Eclipse turn off autocomplete in HTML mode

I really, really, really HATE eclipse web tools autocomplete. I can't stand it. It completes tags for me even if the tag has a typo <stronng></stronng> I tried everything, ...
bobobobo's user avatar
  • 5,380