Skip to content
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

Update README.md #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AutoFileName: Autocomplete Filenames in Sublime Text
=====================================================
Do you ever find yourself sifting through folders in the sidebar trying to remember what you named that file? Can't remember if it was a jpg or a png? Maybe you just wish you could type filenames faster. *No more.*

Whether your making a `img` tag in html, setting a background image in css, or linking a `.js` file to your html (or whatever else people use filename paths for these days...), you can now autocomplete the filename. Plus, it uses the built-in autocomplete, so no need to learn another *pesky* shortcut.
Whether your making a `img` tag in HTML, setting a background image in CSS, or linking a `.js` file to your HTML (or whatever else people use filename paths for these days...), you can now autocomplete the filename. And, it uses the built-in autocomplete, so there's no need to learn another *pesky* shortcut.

Usage
=====
Expand All @@ -11,7 +11,7 @@ If you are looking to autocomplete an image path in an HTML `<img>` tag:
<img src="../|" />
```

Pressing <kbd>ctrl</kbd>+<kbd>space</kbd>, will activate AutoFileName. I list of available files where be ready to select.
Pressing <kbd>ctrl</kbd>+<kbd>space</kbd>, will activate AutoFileName which lists the available files ready to be selected.

*Looking for an even more automatic and seemless completion?* Add the following to your User Settings file:

Expand Down