I currently have the linter package (here: apm install linter) and the linter-javac package (here: apm install linter-javac). It works great for the most part,
When I give the command "$git commit" to git bash, then $ git commit hint: Waiting for your editor to close the file... atom --wait: atom: command not found
I'm trying to write an array in one .js that can be exported to another, but when I try to import it into the other.js Atom keeps throwing me back the following
I would like to run python interactively in ATOM using the Hydrogen package. I am on Windows 10. I would like to be able to initiate an ATOM session by double
I'm in the middle of switching from VS Code to Atom and I'm trying to set up a virtual environment for my python project. It was pretty easy to do in VS Code, I
Since I got Monterey 12.3 update (not sure it's related though), I have been getting this error when I try to run my python code in the terminal: I am using py
Is there any plugin that I have to install in Atom to get this type of information on hovering on variables, objects or functions somewhat like intellisense? It
I started using the Atom Code editor recently. During my last project, I installed a couple of tools to make my coding more interactive. One of the features add
Due to poor internet connection my atom packages won’t install from settings>preferences>install>packages. So I think I need to manually install
Quite new to git, so if i made any obvious mistakes I am sorry. When I do git commit, it prints the following message: hint: Waiting for your editor to close t
I have a .md file saved and I am viewing it using Atom and the Mermaid Preview package. I am going off the example on their GitHub page: graph TD; A-->B;
I found Atom editor as good free alternative to Sublime text editor. Not able to find a straightforward way to run a program in Atom editor. In my case, I am tr
For some reason, when I was in Atom, my master branch suddenly disappeared. And now, I get this error: fatal: cannot lock ref 'HEAD': unable to resolve referenc
When I use the HTML5 video and audio tags in my code, video and audio appears when I load the file in a browser. They also appear when I use a HTML preview pack
I have checked 'Exclude VCS Ignored paths' in Core settings. And 'Hide ignored names', 'Hide VCS ignored files' from tree-view package settings. And then closed
I don't quite know what to do. I use VSCode and Jupyter Notebook and conda env. I just downloaded Atom and it keeps saying no kernal for grammar python. I have
I've deleted .* from Ignored Names. All the . files are now showing in the sidebar (except for the .env file). Why is only this one file hidden? How can I ma
I'm using node_modules to store my code, following the advice of this answer: https://stackoverflow.com/a/24630974/599184 However, Atom's search ignores node_m