davidhalter / davidhalter/jedi-vim

Handling unsaved buffers (especially with renaming)

Open
#405 7 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
Python
Stars
5.3k
Forks
369
PR merge metrics
No merged PRs in 30d

Description

While working on the rename feature, I've wondered if it was (easily) possible to make it work on unsaved buffers?
It's probably limited by Jedi only being able to handle saved files by default?
It might be possible to pass in any unsaved buffers as `Script` objects directly?

I've experimented with a new setting `rename_save_buffers`/`save_on_rename`, which would call `:update` on buffers where something was renamed.

What do you think?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.