Skip to content

Automplete detecting unwanted symbols #3861

@Vipiao

Description

@Vipiao

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

  1. Make a .js file.
  2. Write the following:
    // somevar}
    somev
  3. "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:
slett

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions