I used Atom extensively as part of my learning process to develop in ElectronJs.
Atom has no been officially retired from December 15 2022 by Github.
It is extremely sad that this incredible editor couldn't achieve its full potential, I was heavily invested on the history of its development and the things it tried to accomplish (like teletype RIP).
Ultimately Atom it couldn't compete with cloud development environments and more efficient (general purpose) desktop solutions like Visual Studio Code.
- Install Atom
- Clone the repo into your atom packages folder
cd ~/.atom/packages git clone https://github.com/DarioArzaba/AtomPaquetePalabras cd AtomPaquetePalabras
- Install NPM packages
npm install
When you activate the plugin through its dedicated shortcut ctrl-alt-o
a window opens showing information about words in the active buffer of the editor.
Distributed under the MIT License.
Dario Arzaba - dario.arzaba@gmail.com