Description of the Issue
The autocomplete detects symbols it should not detect as variables in .js files. This has multiple times caused me to get random symbols in my code, that I did not intend to be there.
Steps to Reproduce the Issue
- Make a .js file.
- Write the following:
// somevar}
somev
- "somevar" should autocomplete to "somevar}"
Expected Behavior
I expected the autocomplete to omit the "}" symbol.
Actual Behavior
The autocomplete did not omit the "}" symbol.
Debug Information
Notepad++ v7.5.1 (64-bit)
Build time : Aug 29 2017 - 02:38:44
Path : C:\Program Files\Notepad++\notepad++.exe
Admin mode : OFF
Local Conf mode : OFF
OS : Windows 10 (64-bit)
Plugins : mimeTools.dll NppConverter.dll
Problem:

Description of the Issue
The autocomplete detects symbols it should not detect as variables in .js files. This has multiple times caused me to get random symbols in my code, that I did not intend to be there.
Steps to Reproduce the Issue
// somevar}
somev
Expected Behavior
I expected the autocomplete to omit the "}" symbol.
Actual Behavior
The autocomplete did not omit the "}" symbol.
Debug Information
Notepad++ v7.5.1 (64-bit)
Build time : Aug 29 2017 - 02:38:44
Path : C:\Program Files\Notepad++\notepad++.exe
Admin mode : OFF
Local Conf mode : OFF
OS : Windows 10 (64-bit)
Plugins : mimeTools.dll NppConverter.dll
Problem:
