Questions tagged as 'atom'

2
answers

Creating your own Snippet on Atom

I'm trying to create my own snippets in the atom, but none of them have any workings. I tried: '*': 'Controller text' 'prefix': 'lco' 'body': 'my name is $1' But when typing lco and pressing TAB, it does nothing, I also...
asked by 06.08.2014 / 02:15
0
answers

Error installing atom-autocomplete-php [closed]

I'm using Atom Editor in Linux Mint 18.2 and after installing atom-auto-complete-php, it gives the following error: It opens and closes immediately. How do I fix this error? I would like to point out that I am new to Linux.     
asked by 18.08.2017 / 15:17
0
answers

"Flake8 crashed!" How to solve it? [closed]

Some days I left PyCharm on the side and started using Atom. Everything worked smoothly and today, I wrote A LINE in Python and the message "flake8 crashed!" Appeared. I thought it was lacking in some dependence, but it is not. Anyone experie...
asked by 13.05.2017 / 11:30
1
answer

Installing the Atom Text Editor

I discovered a new code editor recently, Atom , which is on the platform GitHub . My question is about installing this editor and about the documentation that give . Do I have to install Node.js or simply unload Atom and install? Q: I do n...
asked by 31.05.2014 / 13:53
1
answer

How to pass phrases to a variable and then show randomly

Well, I started programming yesterday in React Native and I still do not understand very well how to do things .... I need to pass a series of sentences to multiple variables, each variable a phrase, and then present them in a way random. onPla...
asked by 17.05.2017 / 10:37
2
answers

atom text-editor - Clicking on the go to code function

Netbeans has the native function already, I want it, in atom, when clicking on the second function ctrl plus click, go to the function to be another file or in the same. I know how to do it but I do not know how to do it.     
asked by 06.04.2016 / 14:44
1
answer

Atom, save without BOM

I'm starting with Atom. How do I save or change the file to WITHOUT GOOD ?     
asked by 02.07.2018 / 19:48
2
answers

Theme that is used in the landing of the Atom IDE

As the Atom support staff takes a long time to respond, I wonder if the @Stackoverflow community knows the theme that is used in the Atom IDE landing page? link     
asked by 01.11.2017 / 03:35
2
answers

Install PHP plugin for Atom editor

I already installed several Atom plugins to enable features to recognize PHP syntax in my project, but I did not succeed, which is my goal? And when I type the code it can complete, see the example below; @foreach($courses as $course) &...
asked by 16.10.2017 / 23:35
2
answers

Atom does not save in correct encoding

When you save a file to Atom , it always writes accents to UTF-8 . Even the file being identified as ISO-8859-1 (there at the bottom). Then I did the following test in the terminal: Before opening the file: file -I arquivo.php...
asked by 18.05.2017 / 17:58