• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

code-location

code-location is a tool that lets you know where you are in your code, by showing you your location (class, function, etc.) in the status bar of the Atom editor.
  • #location
  • #tree
  • #code
  • #editor
  • #statusbar
Jonny-exe
5.0.0 136
1
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

code-location : a package for atom editor

code-location is a tool that lets you know where you are in your code, by showing you your location (class, function, etc.) in the status bar of the Atom editor. code-location works by analyizing the indentation of the edited file. Use a code beautifier to make sure your indentation is correct. If the indentation is wrong, code-location might not work well.

Example

Editor:

Editor Screenshot

Status-bar:

Statusbar Screenshot

As seen in this example, the current cursor is inside a class, then within a function called getResult(), therein inside an if, and lastly inside a while loop.

Features

  • You can more easily understand where you are in your code. So there is less chance you get confused about your location in complicated code.
  • You can see how much your current line is indented (indentation count).

How to install

  • Via the atom package manager (apm):
    • apm install code-location
  • Or inside the atom editor, on the Settings page (Control-,), on the install tab.
  • Or from atom.io website
    • https://atom.io/packages/code-location

Package for atom

Atom logo

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by