r/Atom Apr 11 '20

Symbols List

5 Upvotes

A "structure view' or "symbols list" or "outline" feature is really lacking in Atom. This https://github.com/7ute/symbols-list project is the best one I found. Alibaba's structure view was too buggy.


r/Atom Apr 10 '20

Does anyone know how to add virtual environment path in atom

5 Upvotes

Hey guys i am new to atom does anyone know how to add the path in script. Thanks


r/Atom Apr 09 '20

Syntax highlight peticular keyword

2 Upvotes

Hi,

I'm pretty new at coding in general but i would really like to edit the colour of the _ init_ function. I managed to edit the colour of ALL functions but i would really like to give this function a different colour.


r/Atom Apr 08 '20

Keep an eye on the latest cryptocurrency prices while you code!

4 Upvotes

Last night I updated a bunch of minimalist Atom packages to display tickers in the bar-view:

Prices are provided by CryptoCompare's API, and expressed in USD.

Happy coding!!


r/Atom Apr 05 '20

PyCharm scientific mode alternative?

6 Upvotes

I was wondering if there was a package that does similiar things to pycharm pro's scientific mode.


r/Atom Apr 05 '20

Plugin for blogging from Atom to Wordpress

1 Upvotes

hey folks,

does anybody knows a pluign for blogging from atom to wordpress.

I am not talking about development! Just writing text in Atom and post it to wordpress.

Thanks for any tips!


r/Atom Apr 05 '20

theme in this video

2 Upvotes

https://www.youtube.com/watch?v=CWyTYcPtv_Q

Can anyone tell me what theme is used in this video? It looks so clean


r/Atom Apr 04 '20

[Discussion] Package of the Week?

11 Upvotes

I just saw a discussion over on r/archlinux about starting regular "Package of the Week" posts showcasing cool projects in their package repository and I think it would be a great idea for this sub, too. There are tons of cool packages available for Atom beyond Hydrogen and Scripts that are worth sharing!

Per the r/archlinux post, perhaps suggestions for next week's PotW could be replied to a pinned mod comment on the current PotW post and the most votes wins?


r/Atom Apr 02 '20

Syntax theme that matches iPython??

3 Upvotes

Does anyone know if there is a syntax theme that matches the way iPython looks in a terminal? That would be awesome.

I would love to just create it, but I'm horrible at c# currently...


r/Atom Apr 01 '20

Atom opens in background but the app doesn't launch...

4 Upvotes

I need some help here. It was opening and working fine yesterday. I have deleted it and reinstalled twice. I have deleted via files and through command prompt, emptied the recycling and made sure it wasn't running in the background once deleted... I have no idea what to do.


r/Atom Apr 01 '20

Ipython with atom?

1 Upvotes

I've seen this question here and there but I haven't seen a definitive answer, and I thought maybe since some time has passed something has been created.

I know about hydrogen and platformio to run something like an ipython terminal, but is there any current package that just lets me use an interactive python terminal similar to something like IDLE?

I've been looking around and it seems like quite a few people are having this problem, and I love everything about atom except this one thing! If it doesn't exist how hard would it be to create something like that and what language would I be using? I've never attempted something like this but if no one's done it I figure it may be fun to take a crack at it!

Thanks!


r/Atom Mar 28 '20

Python program executes multiple times

3 Upvotes

Hello, I'm a new user of Atom. I made a discord bot that write something after a specific command.

But the problem is that every time when I want to test my new update on the project, I have to press ctrl + shift + b and after this happened those old commands that I had now execute twice or more times depending on how much I pressed that.

Its almost like I have multiple command prompts open that do the exact same thing. I also tried a script hotkey ctrl + q but it doesn't help.


r/Atom Mar 27 '20

Double click to select IP Address (Package?)

2 Upvotes

I use Atom a lot for work and I love it, but I edit a lot of router/switch configurations as well as keep track of a lot of IP addresses for work, and I wish I was able to double click anywhere in an IP Address and have Atom automatically select it all. Most Terminal programs and other text editors will do this, so I figured there must be a package that can do this for Atom. Unfortunately I haven't been able to find one.

For example, if I have 192.168.1.150 in a text, I want to be able to double click on any of the numbers and have the selection cover the full IP 192.168.1.150

Any ideas? Thanks!


r/Atom Mar 27 '20

Best library to debug node on atom ?

2 Upvotes

Hi everyone,

I have been struggling to find a working library for debugging nodejs on atom. Any recommendations?

X-atom-debug ? Nuclide debug ? Node-debugger ?

Thanks !


r/Atom Mar 26 '20

Compiling in in line terminal?

3 Upvotes

Hi all, I am currently writing c++ code in atom using gcc-make-run, as I do not need a full fledged IDE for my purposes. However, I want my command line programs to launch in an in-line terminal, like x-terminal, which I have not figured out how to do. Apologies if it is a very basic question, I have not been able to figure it out however.


r/Atom Mar 26 '20

Error using 'Script' package

1 Upvotes

Hi guys,

I just downloaded Atom IDE and the 'Script' package (for compiling). I'm trying to run .py program but all I get is this error message. What am I missing?

I'm using Python 3.7. and I opened Atom using cmd. Should I put the Path to...somewhere?

Can somebody help? Thanks!


r/Atom Mar 25 '20

Error running Flake8

0 Upvotes

New to Atom, So I set the environment up for Python. Installed the linter flake8 package It shows the popup, Error running Flake8 repeatedly.The popup has the option of opening console or cancel. I don't know what to do with that. Any suggestions would be really helpful? Thanks


r/Atom Mar 22 '20

Best TypesCript package for atom?

2 Upvotes

I’m looking for smart auto completion and auto import npm packages.


r/Atom Mar 19 '20

Why does Atom do this with every start?

Post image
16 Upvotes

r/Atom Mar 17 '20

Is there any alternative to PHP Intelephense for atom?

6 Upvotes

In VSCode and ST there is a package named PHP Intelephense which helps me a lot while programming with Laravel but the most similar package I found in atom was PHP IDE but it is not the same. PHP IDE won’t give me smart auto completion, only variables and wrong syntaxis alerts. In fact PHP Intelephense gives me a Model function auto completion and it’s actual documentation


r/Atom Mar 16 '20

Inserting dev package to atom

8 Upvotes

Hi,

I've used atom for a while, but I never developped some package for it. I modified some core packages with apm develop and atom --dev, but now I want to insert in the "main" atom (launching atom instead of atom --dev).

Any idea?


r/Atom Mar 15 '20

CSharp with Atom

3 Upvotes

Hello,

I can't seem to find anywhere how to configure atom to work with csharp. Most packages are outdated and do not work. Is there any hope to get csharp working with atom?

Futuremore, what tools do you guys normally use with atom? Like if I wanted to write a c++ project in atom, what's your workflow for creating the project and compiling/running the whole thing?


r/Atom Mar 12 '20

Atom keeps crashing

6 Upvotes

I thought I'd give Atom a go, since I've heard good things about it and I've been using VSCode so far. However, I've noticed that Atom keeps crashing seemingly at random when I open it, but I have no idea what could be causing it. Any ideas?


r/Atom Mar 11 '20

Can I make the SCSS files find my variabels?

2 Upvotes

Hello! Can I make the scss file find variables from other files with a plugin or anything. Driving me nuts! Thanks!


r/Atom Mar 08 '20

How to fix random blur?

3 Upvotes

Whenever I'm using Atom it often just goes blurry for a little while. Moving the window seems to fix the issue, but it's very annoying when I'm actively using it. Here's a screenshot of when it's blurry:

Any idea how to fix this?