autocomplete-paths
autocomplete-paths copied to clipboard
Autocomplete Paths for Atom
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chokidar](https://togithub.com/paulmillr/chokidar) | [`3.5.2` -> `3.5.3`](https://renovatebot.com/diffs/npm/chokidar/3.5.2/3.5.3) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [wagoid/commitlint-github-action](https://togithub.com/wagoid/commitlint-github-action) | action | major | `v4` -> `v5` | ---...
WIP Zadeh supports adding all the files to its cache using `ArrayFilterer` instead of calling `filter` every time. If we use `ArrayFilterer` searching will be faster https://github.com/atom-community/zadeh#arrayfilterer I'm also inclined...
### Prerequisites - [ ] Put an X between the brackets on this line if you have done all of the following: x Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode...
### Pathwatchers Previously we used Atom's path watcher, however, Atom's Pathwatcher is non-recursive, has issues, and lacks a maintainer to address these https://github.com/atom/node-pathwatcher/issues/135 We switched to [chokidar](https://github.com/paulmillr/chokidar ) in the...
We should add more built-in providers or offer packages that implement such providers. Related issues: #179 #207 #208 #182 #200 #224 #220 #260
Can't install or upgrade from previous version [2021-04-22T21_49_58_571Z-debug.log](https://github.com/atom-community/autocomplete-paths/files/6361500/2021-04-22T21_49_58_571Z-debug.log)
### Prerequisites - [x] Put an X between the brackets on this line if you have done all of the following: - Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode -...
Is it be possible to add filename autocompletion while writing in markdown? I'm trying to create the scope, but it's futile. In `config.cson` I put: ``` "autocomplete-paths": scopes: [ {...
Cross issues to https://github.com/codota/tabnine-atom/issues/39 ### Description I was wondering why autocomplete-paths does not work for me today until I found out that the Tabnine package disables autocomplete-paths! ### Steps to...