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

Support ctags/etags generation #914

Merged
merged 1 commit into from
Feb 24, 2015
Merged

Conversation

jacereda
Copy link
Contributor

This is my attempt at #890.

To try it with vi:

psc-docs --format ctags `find bower_components src test -name \*.purs -not -name externs.purs` `find bower_components src test -name externs.purs`  > tags

vi src/Main.purs
position the cursor on top of a symbol and press CTRL+], go back with CTRL+T.

With emacs:

psc-docs --format etags `find bower_components src test -name \*.purs -not -name externs.purs` `find bower_components src test -name externs.purs`  > TAGS

emacs src/Main.purs
position the cursor on top of a symbol and press ALT+.

@paf31
Copy link
Contributor

paf31 commented Feb 24, 2015

I restarted the CI build, looks like Travis froze.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 84.54% when pulling 95fd264 on jacereda:psc-docs-tags into db76716 on purescript:master.

paf31 added a commit that referenced this pull request Feb 24, 2015
Support ctags/etags generation
@paf31 paf31 merged commit ed4fe54 into purescript:master Feb 24, 2015
@paf31
Copy link
Contributor

paf31 commented Feb 24, 2015

👍 Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants