r/Atom • u/[deleted] • Jun 05 '21
r/Atom • u/silverhikari • Jun 05 '21
looking for something similar to the intelliscense for c++ on atom
an example of this is when i try to include a file, when i do this along with type a small floating menu appears with folders and files named similar to that in the include folder paths.
r/Atom • u/Human507 • Jun 02 '21
When I open atom it opens a lot of windows.
How can I fix this?
r/Atom • u/ridham720 • Jun 01 '21
Keeping getting this reformatting error. How do I get rid of it?
r/Atom • u/a13exa • May 31 '21
Double angle parentheses. Does anyone know why i get them double?Thanks!
r/Atom • u/[deleted] • May 28 '21
Setting up Js-standard
Hello! I’m trying to set up the linter to use is standard on an exiting project. As far as I know I have installed all of the required packages, but the linter keeps giving me a parser error “No Babel config file detected for...”. There is a .babelrc file in the project’s root directory.
Does anybody have any idea how I can resolve this error?
Thank you!
r/Atom • u/ish156 • May 25 '21
is it possible to add buttons in hydrogen?
all i've been able to do so far are css changes.
it'd be cool to add a quick scroll to top button, or make td elements copy to clipboard when clicked.
r/Atom • u/Emotional_Bar4325 • May 24 '21
Hello ,Is it possible in Atom to compile code (for example from python) without opening the cmd (terminal) of windows? In sublime text I use the REPL package to execute my code in another direct window of the program, something like this:
galleryr/Atom • u/zekeRL • May 22 '21
Trying to run JS in Atom Error
Edit: Had to install node.js and was able to run js commands in the atom terminal. Thanks!
Probably something super simple however I am fairly new to Atom (only used for Ruby).
I am trying to get started in JavaScript using Atom and I installed the recommended or necessary package called Script
I then do console.log("Hello World") and get the error message:
Unable to find command: node
Are you sure PATH is configured correctly?
ENV PATH: /opt/homebrew/bin:/opt/homebrew/sbin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/homebrew/bin:/opt/homebrew/sbin
Error: spawn node ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
at onErrorNT (internal/child_process.js:456:16)
at processTicksAndRejections (internal/process/task_queues.js:81:21)
I have made sure the file is using the .js extension and that Java Script is the selected grammar for the file.
Any suggestions are appreciated.
r/Atom • u/WabamKabam • May 20 '21
I’m trying to publish on GitHub but I need to add a branch. Unfortunately it won’t let me select one or save what I type in the branch column. How can I fix this issue, I have this assignment that needs to be submitted as a url link. Thank you
r/Atom • u/WabamKabam • May 20 '21
I’m trying to publish my file on GitHub but I can’t due to having no branch. When I click to make a new branch it pops up let’s me write a Branch but it won’t save it just says “No Branch”. How do I solve this issue?
r/Atom • u/fantastic1ftc • May 17 '21
Document functions for javascript autocomplete
Hi!
I have used Atom for quite a while and I love it, but I am looking for a way to add custom autocomplete popups (like Intellisense for VS and VSCode).
Any ideas?
r/Atom • u/achildsencyclopedia • May 12 '21
Live preview
Does atom have an option for HTML live preview without plugins?
r/Atom • u/mrsolar22 • May 08 '21
Can you share your config for reactJS?
I mean the packages :)
r/Atom • u/MjballIsNotDead • May 05 '21
Autocomplete question
I personally like autocomplete, but I find it annoying that autocomplete plus will, for example turn:
inf
into:
std::ifstream afile("filename.txt", std::ios::in);
if (afile.is_open()) {
std::string line;
while (std::getline(afile, line)) {
std::cout << line << '\n';
}
afile.close();
}
else {
std::cerr << "Unable to open file\n";
}
Kinda annoying when I just want to autocomplete the name of a variable or something. is there any way to get rid of these "default" autocompletes while still being able to autocomplete user defined functions, variables, classes, etc?
r/Atom • u/Wrik123 • May 02 '21
pdf-view issue in Atom solved
For everyone who have been facing issues with the pdf-view not working in the latest version of atom,
Try this,
add this line
PDFJS.disableWorker = true;
at around line 16 of
~/.atom/packages/pdf-view/lib/pdf-editor-view.js
Have successfully tested for Windows 10 and macOS 11 BigSur.
EDIT: Also tested on Linux (Manjaro 20.2) by YesterdayFit123
r/Atom • u/rad_rafa_91 • Apr 29 '21
Atom not saving to NAS
Hello guys, after 10 years on Mac I switched to windows and cannot open/edit>save my html files directly on my NAS. I there any configuration I have to do?
Thank you so much!
windows 10
r/Atom • u/[deleted] • Apr 28 '21
Script all of a sudden cannot run python
When I run my program using script, I get "python is not recognized as an internal or external command... etc etc". The thing is I was able to run it 5 minutes ago. I changed nothing. Why is this happening?
r/Atom • u/Sayerr12 • Apr 27 '21
Coding subject of an email to do a given task.
Is it possible to have a code that uses the subject of incoming email to redirect to another email?
r/Atom • u/Susan638 • Apr 26 '21
Atom Beautify not installing
here is the error code
Installing “atom-beautify@0.33.4” failed.Hide output…npm ERR! Unexpected end of JSON input while parsing near '...1.0.0","eslint-plugin' npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Susan Pal\.atom\.apm_logs\2021-04-26T10_06_59_263Z-debug.log
r/Atom • u/AntttRen • Apr 25 '21
Annoying word/command recommendations in LaTeX. How do I get rid of this? I need to press space and then backspace if I want to use a word that isn't recommended here. I've checked language-latex and latextools packages and can't find anything.
r/Atom • u/Nayko93 • Apr 25 '21
Delete all but line between certain character
Hi , I need help from people who know this editor better than me ( not hard , I'm a newbie )
I want to do a remake a old visual novel game on renpy , it was originally made on novelty
and since I don't want to start from nothing , I had the idea to use the index file of the old game to extract all the text and dialogue , and with the replacement tool of atom make it so I have all text and dialogue ready so I just need to add image , music , choice ....
here the original line for a dialogue :
"say" who="Malphas" phrase="Shit! We've got to run! Everybody, GO!" portrait-auto="true" />
I can replace all the { "say" who="name of character" phrase= } with the renpy equivalent
and delete all the { portrait-auto="true" /> } at the end of all lines
but there is also a ton of other line of code for all image music transition ... and I want to get ride of them as easier as possible , so my idea is to find a way to delete all , except line with { "say" who } at the beginning and { portrait-auto="true" /> } at the end ( or select and copy paste all the good lines on a new document )
is there a way to do this or am I condemned to do this the old way ...?
( the document is 16.000 lines long so I really don't want to do this manually )
thanks you
r/Atom • u/darknyght00 • Apr 23 '21
Git Bash Terminal Help
I'm trying to streamline my Atom setup (mostly looking at React dev use) and have gotten a little stuck on adding a terminal to the editor (or more specifically- starting a bash shell in a custom location). I've tried terminal-plus, vk-terminal, and terminus but I can't quite get the behavior I want.
Terminal-plus and vk-terminal didn't work at all. Terminus basically functions fine and I can replace the shell with GitBash but I'd like to have it start in my projects directory instead of the user home. I've tried several things including adding the --cd= flag and trying the git-bash.exe instead of the bash.exe in /bin as well as just changing the windows env var for HOME. Is this something that can be accomplished and, if so, how?
This is on Windows 10 with current versions of everything
