-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi,
I noticed a bug.
What Happens?
- You define a function using Module (or another scoping construct).
- You comment out the function using
(* ... *). - When you try to select a bracket (e.g., to check the scope of the function), the function name disappears or gets hidden.
How the Bug Manifests
- In the first image, the function
TestFunction[x_] := Module[{x1}, x1 = x; x1]is commented out, but everything remains visible. - In the second image, when you click/select a bracket to check its scope, the name of the scoping construct
Moduledisappears or, rather gets visually merged with colour highlighting the selected text.

Metadata
Metadata
Assignees
Labels
No labels