Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way to enable intellisense for notepad++, HTML coding?

Tags:

html

notepad++

Is there any way to enable intellisense for notepad++?

I have heard that the closest thing is a plugin called fingertext, but I dont know how to use it.

like image 953
asmundur Avatar asked Aug 28 '12 18:08

asmundur


People also ask

Does Notepad ++ have intellisense?

Notepad++ will display the hint automatically when the open-parenthesis is typed, if that option is selected in the Auto-Completion settings.


1 Answers

Yes, there is one in NP++ v6.6.8 and it is disabled by default. To enable it, in your menu bar navigate to:

  1. Settings
  2. Preferences
  3. Auto-completion
  4. Tick the "Enable auto-completion on each input"
  5. Close
like image 54
derloopkat Avatar answered Oct 19 '22 07:10

derloopkat