autocomplete - Notepad++: disable auto-complete in comments -


I am using Notepad ++ for coding.

Autocomplete functionality in NP ++ looks really inexperienced. No matter where I am in the file, it always tries to give me a list of complete suggestions (most of which are just random words, instead of the function or variable names).

It really gets disturbed when I'm trying to write a long multi-line comment, and I'm hesitant to run at the end of the lines because the auto-complete pop-up I'm typing wants to change it.

Is there any way to complete the comments automatically?

Alternatively,

Is there a way to disable keyboard interaction with auto-complete? When filling the text for me, it is negligible compared to the time of my being saved and confirms that I am writing spellings or variable names correctly. Therefore, it would always be useful if it was always suggested, but instead of pop-up, the arrow keys interact with where and the text.

You can set settings preferences Autocompletion and from this point you can go that you have autocomplete on words, functions or both.

At this point, I do not believe there is a way to disable autocomplete in comments.

A is to close autocompletion by using Ctrl + enter for your code, and Ctrl + space your comments

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -