Skip to content

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.

License

Notifications You must be signed in to change notification settings

Jonny-exe/atom-code-location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 JavaScript

Editor:

Editor Screenshot

Status-bar:

class ➡️ getResult(point) ➡️ if ➡️ while

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.

Example JavaScript

Editor Screenshot

Example Python

Python Screenshot

Example Bash

Editor Screenshot

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

Package for atom :atom:

Atom logo

Enjoy

  • If you like it or use it, give it a ⭐ on :octocat: repo atom-code-location and another ⭐ on :atom: package code-location. Thanks! ❤️
  • Improve it? Contribute and send me a PR.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published