GitXplorerGitXplorer
j

fuzzy-definitions

public
6 stars
3 forks
3 issues

Commits

List of commits on branch master.
Unverified
3eede8adf2c4a01c494885d50cf9ee5b788bbdbe

update doc/version

jjrieken committed 9 years ago
Unverified
686a160734455f9ec8e337f425f064f5a292659a

use global node, encode with double qoutes

jjrieken committed 9 years ago
Unverified
d2f22ab5eb4e9f1a10491ddcce0db301f1d9aa0d

update package.json

jjrieken committed 9 years ago
Unverified
6cd76cad7e6c2c92f129f174d555ab04bb1c7e5c

hardcoded node_modules exclude

jjrieken committed 9 years ago
Unverified
609052fa71003be83fce054ef6e268d01820cb7c

off by 1 error

jjrieken committed 9 years ago
Unverified
f65c5765122516796df6b57facc2334694f44ebf

kill nak after 2secs

jjrieken committed 9 years ago

README

The README file for this repository.

Fuzzy Definitions

A more graceful way to go to definition in JavaScript files. Will compute definitions by running a workspace symbol search and by running a textual query.

This is extension helps when types cannot be inferred by the JavaScript language service, for instance with angular service injections.

animation

By default this extensions hooks up with the Go to Definition feature - which means its results are being merged with other providers. This can be configured using fuzzydefinitions.integrateWithGoToDefinition and fuzzy definitions can be invoked straight via F1 > Go to Fuzzy Definitions.

Release Notes

0.0.3

  • back to global nodejs
  • encode arguments such that it works on windows

0.0.2

  • use the same nodejs version VS Code uses
  • kill fulltext search after 2 seconds
  • don't attempt to search node_modules folder

0.0.1

  • proof of concept