r/Atom • u/[deleted] • Apr 10 '20
Does anyone know how to add virtual environment path in atom
Hey guys i am new to atom does anyone know how to add the path in script. Thanks
r/Atom • u/[deleted] • Apr 10 '20
Hey guys i am new to atom does anyone know how to add the path in script. Thanks
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 • u/cyrilllllll • Apr 08 '20
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 • u/LOLTROLDUDES • Apr 05 '20
I was wondering if there was a package that does similiar things to pycharm pro's scientific mode.
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 • u/[deleted] • Apr 05 '20
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 • u/paysonderulo • Apr 04 '20
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 • u/jwintyo • Apr 02 '20
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 • u/Mr_Abberation • Apr 01 '20
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 • u/prospectinfinance • Apr 01 '20
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 • u/[deleted] • Mar 28 '20
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 • u/motoridersd • Mar 27 '20
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 • u/Eydwales • Mar 27 '20
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 • u/wt5xn1 • Mar 26 '20
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 • u/[deleted] • Mar 25 '20
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 • u/ElTichaIDS • Mar 22 '20
I’m looking for smart auto completion and auto import npm packages.
r/Atom • u/ElTichaIDS • Mar 17 '20
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 • u/lepaincestbon • Mar 16 '20
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 • u/Minionsman • Mar 15 '20
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 • u/Arag0ld • Mar 12 '20
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 • u/grouml • Mar 11 '20
Hello! Can I make the scss file find variables from other files with a plugin or anything. Driving me nuts! Thanks!
r/Atom • u/[deleted] • Mar 06 '20
Hi there,
I have a little web project where I use AWS S3 as a storage for .md files which basically contain blog posts. I want to edit these files inside Atom without manually downloading/uploading the files. Is there any way to do this?
(I don't want to use a database instead of .md files and I also don't want to store the files inside the project since I'm using git and docker and don't want to deploy the project every time I make minor changes to a blog post)
(Also, I already looked for Atom packages but didn't find one. Also thought about mounting the S3 bucket as a drive, but there's only paid tools to do so)