-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap #3
Comments
Important notice: the For instance, you select a folder and then a sub-file or sub-folder to rename. Since there is no path resolution right now, this fails for the latter paths as they have become invalid. This is non-trivial to resolve. Nevertheless, atomically renaming multiple files and folders without interdependence should work fine. |
As an update: apart from deprecating the file-browser upstream and maybe cleaning up remappings (in co-op with upstream PR), I'll unfortunately won't have too much time up until end of February as work keeps me preoccupied until end of this year and I'll (hopefully) will be travelling throughout January. With 0.6 now the basic functionality should be working reasonably well and I'll do my best to attend to the small issues in the meantime, too. Once more, I'd be very happy to get other people on board to help out with developing the extension :) |
Using vim.notify for output messages (log level = WARN for areas indicating missteps by users), vim.ui.input for inputs. All messages prefixed by `[telescope]` to be clear about the origins of the message. Checks off an item from nvim-telescope#3
Using vim.notify for output messages (log level = WARN for areas indicating missteps by users), vim.ui.input for inputs. All messages prefixed by `[telescope]` to be clear about the origins of the message. Checks off an item from nvim-telescope#3
Using vim.notify for output messages (log level = WARN for areas indicating missteps by users), vim.ui.input for inputs. All messages prefixed by `[telescope]` to be clear about the origins of the message. Checks off an item from nvim-telescope#3
This issue will keep users informed of any roadmap, gotchas, breaking changes, and the like.
Roadmap
The next focus will be on refactoring
TODOs (PRs welcome :)
TODOs are not really sorted by priority.
Batch Rename
(renaming multi-selections) does not account for links between renamed objects yet (difficult fix). In any case, it should be safe to rename disjoint paths.depth
in the file browser asfalse
is unlimited depth, could be interestingThe aforementioned list will be continuously updated.
Contributions
Any help on the above mentioned issues is greatly appreciated! To get started, familiarize with the code base and plenary's pathlib. In fact, I'm very much welcome a main maintainer of the project as my work on telescope core already takes a lot of my time allocated to open source.
The text was updated successfully, but these errors were encountered: