GithubHelp home page GithubHelp logo

goto's Introduction

goto package

Provides “goto symbol” functionality for the current file or the entire project.

This is a replacement for Atom’s built-in symbols-view package that uses Atom’s own syntax files to identify symbols rather than ctags. The ctags project is very useful but it is never going to keep up with all of the new Atom syntaxes that will be created as Atom grows.

Commands:

  • cmd-r - Goto File Symbol
  • cmd-shift-r - Goto Project Symbol
  • cmd-alt-down - Goto Declaration
  • Rebuild Index
  • Invalidate Index

Index

The symbol index is currently maintained in memory. Goto File Symbol will reindex the current file if necessary and editing a file will automatically invalidate the symbol cache for it.

Symbols for the entire project are not indexed until the Goto Project Symbol or Goto Declaration commands are used.

While symbols are automatically kept up to date as buffers are modified, the package does not yet watch for external file modifications. If you change files externally, such as through a "git pull" or switching branches, you can use run Invalidate Index to clear the current index so it will be rebuilt when needed or Rebuild Index to rebuild it immediately.

Options

More Ignored Names

A whitespace and/or comma separated list of globs (filenames or wildcards) to ignore, applied to both files and directories. This can be useful for speeding up the rebuilding of the index.

Example: node_modules, *.sql

Auto Scroll

By default the Goto File Symbol command will scroll the selected command into view. Pressing Esc to cancel the command restores the position of the screen. Uncheck this option to disable the scrolling.

Note that the Goto Project Symbol does not scroll the editor since it displays choices from multiple files.

goto's People

Contributors

acusti avatar axeolotl avatar mkleehammer avatar mshenfield avatar v3ss0n avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.