-
-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
good first issueA simple tasks suitable for first-time contributorsA simple tasks suitable for first-time contributors
Description
From clojurescript, navigating to source on (MapEntry. 1 2 nil)
doesn't work. However, if you add a space to separate the .
it does
Seems like it would be simple to check for a trailing period and then reissue the navigation command. From documentation about the reader
Symbols begin with a non-numeric character and can contain alphanumeric characters and *, +, !, -, _, ', ?, <, > and = (other characters may be allowed eventually).
It seems safe to assume that periods are not valid constituents of a symbol so we can safely check and navigate to the underlying deftype or defrecord by trimming it.
Metadata
Metadata
Assignees
Labels
good first issueA simple tasks suitable for first-time contributorsA simple tasks suitable for first-time contributors