joaotavora / sly

Sylvester the Cat's Common Lisp IDE
1.23k stars 139 forks source link

Add a sly-import-package-at-point function to add an import-from form without importing any symbols #644

Open svetlyak40wt opened 2 weeks ago

svetlyak40wt commented 2 weeks ago

This can be useful if you are using package-inferred ASDF systems and want to have a fully-qualified symbols but need to add an import-from form just to define dependencies between your packages.