Most voted "atom" questions
Atom is a cross-platform text editor created by the Github team, with its open source, written in Coffescript. It was written for the community and by the community with the idea of being easily customizable.
Learn more…33 questions
Sort by count of
-
2
votes3
answers999
viewsCreating the Snippet itself in the Atom
I’m trying to create my own snippets on Atom, but none of them work at all. tried: '*': 'Controller text' 'prefix': 'lco' 'body': 'my name is $1' but when typing lco and press TAB, does nothing,…
-
2
votes1
answer4755
viewsI removed the toolbar from Tom, how do you put it back?
I accidentally removed the Atom toolbar, the one on top that has documents, edit, etc... I don’t know how you put it back, someone help me?
-
2
votes2
answers516
viewsShow PHP error in Atom
Colleagues. I am using the Atom editor for development, I have already installed some packages, but I noticed that Atom does not show syntax errors. Does anyone know of any Atom packages that do…
-
2
votes0
answers93
views"Flake8 Crashed!" How to solve?
A few days ago, I left Pycharm on the side and started using Atom. Everything worked smoothly and today, I wrote A LINE in Python and appeared the message "flake8 Crashed!". I thought it was lack of…
-
2
votes0
answers73
viewsError installing Atom-autocomplete-php
I am using Atom Editor on Linux Mint 18.2 and after installing Atom-auto-complete-php, gives the following error: It opens and closes right away. How do I fix this error? I would like to point out…
atomasked 7 years, 3 months ago user24136 -
1
votes0
answers27
viewsFinding Brackets via the Atom API
Using the code editor Atom I had the idea to make a simple but useful Feature for the same. But for this the first step is to find the beginning of the scope, for this I look for a couple of…
-
1
votes0
answers35
viewsHow to relate all Workspace Javascript as Java?
I want to turn on all the javascript files in my IDE, like we do with Java in Eclipse. I’m trying to do this in Atom or Vscode. Some things I need: I want to link my variables and global functions,…
-
1
votes0
answers95
viewsAtom autocomplete functions of included classes
I wonder if there is a plugin that makes the autocomplete similar to netbeans, which completes the functions of a standard class. Ex: $agi->funcao; In netbeans, when we include the class in the…
-
1
votes2
answers529
viewsAtom text-editor - When clicking the function go to code
Netbeans has the native function already, I want, in Atom, by clicking on the second Ctrl function plus click, go to the function be another file or in the same. I know there’s a way but I can’t do…
-
1
votes2
answers687
viewsAtom text-editor, How to show line errors
Netbeans, for example, indicates line error by not containing a "dot and virtula", showing the reason by hovering the mouse over the line number. But Adam doesn’t do it, I know there’s a way, but I…
-
1
votes4
answers277
viewsStart grails application
So, I’m starting to use grails/groovy now, along with html/css/javascript and, as a good beginner, I’m full of doubts. I created a login html page with google plus and wanted to run the application…
-
1
votes1
answer288
viewsBlank marking - Atom
I visualized some video lessons where I noticed some people using blank spaces marking the code with characters and found it very interesting. I wonder if anyone can tell me what this is called and…
-
1
votes1
answer279
viewsHow to pass sentences to a variable and then display randomly
Well, I started programming yesterday in React Native and still do not understand very well how to do things.... I need to pass a series of sentences to several variables, each variable a sentence,…
-
1
votes2
answers530
viewsAtom not saved in correct encoding
When saving a file by Atom, it always records the accents in UTF-8. Even though the file being identified as ISO-8859-1 (there at the bottom). So I did the following test at the terminal: Before…
-
1
votes0
answers104
viewsOpen vsCode and Atom error
Every time I try to open Tom and vsCode this message appears: a javascript error ocurred in the main process Error image in Atom: And on Vscode: I already deleted it from my pc and downloaded it…
-
1
votes2
answers1735
viewsInstall PHP plugin for Atom editor
I’ve installed several Plugins of Atom to enable resources to recognize syntax of PHP in my project, but I didn’t succeed, what is my goal? And when I type the code it can complete, see the example…
-
1
votes2
answers226
viewsTheme that is used in the Atom IDE Landing
As Atom support staff takes a long time to respond, I would like to know if the @Stackoverflow community knows the theme that is used on the Landing page of the Atom IDE? https://ide.atom.io/…
-
1
votes1
answer46
viewsAtom, save without GOOD
I’m starting with Atom. How do I save or change the file to UNWORTHY?
-
1
votes1
answer111
views -
0
votes1
answer879
viewsAtom Text Editor Installation
I discovered a new code editor recently, the Atom, on the platform Github. My question relates to the installation of this publisher and the documentation they give. I have to install Node.js or…
-
0
votes1
answer995
viewsAtom editor, open php script in localhost (Test in Browse)
In Netbeans by clicking |> (play) I run my php project on localhost. Now I’m testing the Atom editor and wanted to know if there is a plugin / extension that enables this function. Open html…
-
0
votes1
answer24
viewsDisplay data from a 2d array in Reactnative
I have this array, and wanted to show the data contained within it as I do? var questions = [["test ss aa","test asdd as"],["test a","test asxc a"],["test xs aws","test scaca"]] Thank you…
-
0
votes1
answer341
viewsAtom does not find PHP
i am testing the Atom but when installing the plugin Atom-beautify it works in all languages but when I try to ident in PHP it gives me this error. Could not find 'PHP'. The program may not be…
-
0
votes1
answer1327
viewsBuild error "Undefined Reference to `sqrt' " in Atom editor
This C code is not compiling in Atom, but in Codeblocks it is working normally. #include <stdio.h> #include <math.h> int main(){ int a, b, hipotenusa, catetos; printf("A: "); scanf("%d",…
-
0
votes1
answer147
viewsPHP error in Atom editor
I am trying the Atom editor for indications, I installed the essential packages but it is giving error when I type PHP code. What can I do to solve this problem?…
-
0
votes2
answers224
viewsMysql Query does not work with many arguments
I would like to request assistance from you identifying why my update query does not work. I have the following problem, the query below works normally: $conn->query("UPDATE dados_cadastrais SET…
-
0
votes1
answer51
viewsCreating several Snippets
Good afternoon. I looked here (/search?q=%5Batom%5D+Snippets), but I couldn’t get help, so I decided to read this post. I currently use phpStorm, but it is very heavy, so I will start testing the…
-
0
votes0
answers20
viewsIs it possible to use the DATENAME() function with the mysql datetime format?
How are you doing? am here with a question I am creating a website in HTML and PHP and wanted to show some data from mysql database, I have a field that is autoincrement that is datetime and with…
-
0
votes1
answer196
viewsHow to place an AUTOINCREMENT ID?
I’m making a login table, where you log in, add your service data and add a company to which you work. But I’m having trouble adding the user id. I want that so q the person make his registration,…
-
0
votes0
answers43
viewsHelp with Text Editor and C Executable
I developed a C algorithm for order counting, when I compile inside the Text Editor (ATOM), it performs everything correctly. But when I go to the executable generated in the project folder, it…
-
0
votes1
answer54
viewsError opening text editor in Git
I’m trying to change the message of my last commit through Git Bash using the command git commit --amend. However, when it attempts to open the editor, Git generates the following error: $ git…
-
-1
votes1
answer61
viewsFind the Atom shortcut
Today, while I was working on a CSS with Atom, I opened a suggestion of emotes to use through a shortcut accidentally, however I don’t know which shortcut I used and I would like to know. Does…
-
-1
votes1
answer575
viewsCalculation of Media with Javascript in Atom
Good afternoon staff I have an exercise where I should calculate the average of the students, that the calculation should be done automatically, for that there is a table with 5 students,and each of…