FuzzyFilePath icon indicating copy to clipboard operation
FuzzyFilePath copied to clipboard

Autocomplete relative or absolute file paths in Sublime Text project folder

Results 22 FuzzyFilePath issues
Sort by recently updated
recently updated
newest added

Sublime is running on D: drive and the project is on V: drive. Here's the error log ``` Traceback (most recent call last): File "D:\Program Files\Sublime Text 3\sublime_plugin.py", line 478,...

Hey, I've got a lil problem. `replace_on_insert` works like a charm when it's `auto_complete_trigger` ed like: ``` { "debug": false, "exclude_folders": ["node_modules", "bower_components", "src_legacy", "dist"], "additional_scopes": [ { // es6...

ST version: `3208` No automatic trigger, and autocomplete works like 1/10 times. My settings: ``` { "animation_enabled": true, "auto_complete_commit_on_tab": true, "auto_complete_with_fields": true, "bold_folder_labels": true, "caret_extra_bottom": 2, "caret_extra_top": 2, "caret_extra_width": 1,...

Question

Sublime Text 3.2, Build 3200

Question

Newly created files are not detected automatically, I have to close and re-open Sublime 3, is there something I can do to fix this? These are my custom settings: ```...

Question

Is there a way to customize this plugin to omit the file extension? Thanks!

Question

when trying to import a path into `scss` file I don't see autocomplete

Question

![back2](https://user-images.githubusercontent.com/5332158/36186033-90ed8178-1123-11e8-957e-fa7a029766ab.gif) ```python """ # from sub """ ``` Console with debug: ``` FFP search s F:/SublimeText/Data ['py'] False FFP 2 completions found FFP CurrentState Abort -- view already updated FFP...

bug

To reproduce error: 1. Press ctrl+f (find shortcut) 2. Press alt+enter (find all shortcut) Stacktrace: ``` Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 818, in run_...

bug

Wrongly replaces `Packges/A file icon/icons/single/file_type_slim.png` with `.../file_type merge set` ![back2](https://user-images.githubusercontent.com/5332158/34514565-27d5581c-f055-11e7-9f5d-e0a336c31104.gif) This the console output with debug (log) set to `true`: ``` FFP CurrentState Abort -- view already updated FFP SelectedTrigger...

bug