Skip to content

Commit

Permalink
Modifies README
Browse files Browse the repository at this point in the history
  • Loading branch information
edubkendo committed Aug 31, 2012
1 parent a5db902 commit 321c53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
sublime-find-function-definition
sublime-coffeescript-function-finder
================================

This is an adaptation of Tim Douglass's [Find Function Definition](https://github.com/timdouglas/sublime-find-function-definition) to work with CoffeeScript. I don't really know python, so I didn't do much of the work myself. The check_dirs function which weeds out javascript directories was written by [@BlackDragonHunt](https://github.com/BlackDragonHunt). The regex by [@ACEfanatic02](https://github.com/ACEfanatic02). There could very easily be edge cases this doesn't catch, but for the most part, it should find your function for you. Just HIGHLIGHT the name of a function, press f8 (or set your own keybinding) and the plugin will open the file and take you to the function's definition.
Expand Down

0 comments on commit 321c53f

Please sign in to comment.