-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Currently two (at least) issues are appearing when there is a jpm_tree
containing local files:
- Some on-hover documentation points toward the
jpm_tree
, especially module imports (even when the module is not being imported fromjpm_tree
) - When
(import)
ing, any symbol inserted will be accepted as valid, even when that module does not exist; any modules contained injpm_tree
will then be suggested by autocompletion namespaced under that symbol- (This seems to be happening on each keystroke, meaning that if
(import random)
is typed,r
,ra
,ran
,rand
, etc. are all evaluated)
- (This seems to be happening on each keystroke, meaning that if
Probably has something to do with the way modules are being identified in jpm_tree
---more experimentation needed.
sogaiu
Metadata
Metadata
Assignees
Labels
No labels