jeapostrophe / racket-langserver

Other
262 stars 24 forks source link

rename require module path when that module gets file renamed #83

Closed dannypsnl closed 1 year ago

dannypsnl commented 1 year ago

NOTE: still in progress

This functionality will be handled in the method workspace/willRenameFiles. The target is to do import updation on file rename.

Example

Related with #74