Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Variables that start with capital letter marked as types #38

@qwelias

Description

@qwelias

Prerequisites

Description

Variables that start with capital letter marked as types

Steps to Reproduce

  1. Write
const bar = 'bar';
const Foo = 'foo';
  1. Open DevTools
  2. See that Foo has class syntax--type and is highlighted as a type

Expected behavior:

A variable is highlighted as a variable and not a type.

Actual behavior:

A variable is highlighted as a type.

Reproduces how often:

Always.

Versions

$ atom --version
Atom    : 1.38.2
Electron: 4.1.4
Chrome  : 69.0.3497.128
Node    : 10.11.0

$ apm --version 
apm  2.3.1
npm  6.9.0
node 11.15.0 x64
atom 1.38.2
python 2.7.16
git 2.22.0

Additional Information

Why

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