atom-editor Questions
6
Solved
I'm new at django development and come from desktop/mobile app development with Xcode and related IDE.
I have to use Django and I was wondering if there was an efficient way to debug it using Visu...
Gujral asked 2/12, 2016 at 17:10
4
Solved
I have this task that I need to complete fast as possible. I have coupon codes (over 1000), I going to create an array out of it. To do that fast as possible I need to be able select multiples line...
Diella asked 8/9, 2016 at 13:1
4
Why Atom can't soft-wrap code like sublime text?
I want full screen code but soft-wrap. that means the end of line and close minimap cut line.
How i can do that in atom?
Sphene asked 17/2, 2016 at 10:51
38
below is what I need to do.
To run the specs, you'll need to install RSpec. First, run gem install bundler in the root directory of your project. Then, run bundle install. To run a single spec fil...
Bathometer asked 1/7, 2018 at 19:32
7
Solved
I'm on Windows. I installed git and posh-git (some helpers for Windows PowerShell). I can add keys with ssh-add and can authenticate with github and my webserver. I can also use git from the PowerS...
Osmometer asked 6/1, 2016 at 16:55
3
I am exploring vscode after using atom for a long while. One of the things I'm missing is an equivalent of the lovely package advanced-open-file. Is there something similar to this in VS Code?
I fo...
Mikes asked 19/3, 2018 at 19:49
3
While coding, I was not using eslint. Now I installed it and it has flooded my editor with prettier/prettier errors, which by no way seem like they make my code prettier. I am looking to find a way...
Eschalot asked 17/10, 2019 at 4:0
10
Solved
Not sure what happened but whenever I use ipython, hydrogen (atom) or jupyter notebook can't find any of the installed modules. I know I have pandas installed but the notebook says its not found.
...
Coolidge asked 18/6, 2018 at 17:35
2
Solved
I am currently trying to get rounded corners on an Electron application I'm making. I have tried nearly every solution available on-line at the moment, but none of them make any difference.
How can...
Adverse asked 10/7, 2018 at 10:15
3
Solved
There's a lot of questions around this, so it might be a duplicate, but I can't find a solution, so here goes..
I want to use pylint with atom. If I use the recommended pip install --user pylint i...
Gawain asked 28/12, 2017 at 22:20
2
Solved
{
"name": "react-redux-starter-kit",
"version": "1.0.0",
"description": "This would be the starter kit for react projects.",
"main": "index.html",
"scripts": {
"start": "rm -rf build/ &&a...
Parade asked 12/3, 2016 at 16:11
3
Solved
I updated all my packages and now I use eslint 2.4.0 and babel-eslint 5.0.0.
But now, I have got an error on eslint check :
AssertionError: ImportDeclaration should appear when the mode is ES6
...
Jourdain asked 12/3, 2016 at 11:3
2
I have a .md file saved and I am viewing it using Atom and the Mermaid Preview package. I am going off the example on their GitHub page:
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
That ...
Converted asked 22/1, 2019 at 15:15
6
Solved
Everytime I run 'create-react-app', my initialized project is using 2 instead of 4 indentation spaces. How to automatically convert to 4 tabs?
I'm using Atom as a text editor. Under 'config.cson'...
Hearts asked 29/3, 2018 at 20:27
5
When I use the HTML5 video and audio tags in my code, video and audio appears when I load the file in a browser. They also appear when I use a HTML preview package in Atom, however, they appear gre...
Penelopa asked 9/5, 2020 at 12:42
3
Solved
How to selectively disable atom from creating a matching single quote and and backtick? This helps in programming in Scheme.
I tried Settings>Package>Bracket Matcher, if I disable Autocomplete bra...
Scatterbrain asked 26/6, 2016 at 17:33
18
Solved
Since I got the macOS v12.3 (Monterey) update (not sure it's related though), I have been getting this error when I try to run my Python code in the terminal:
I am using Python 3.10.3, Atom IDE, a...
Hitch asked 23/3, 2022 at 18:2
3
Solved
I have Atom installed with PHP-CS-Fixer plugin. I'm trying to use some custom rules to apply same-line braces style.
I have tried using the in-Atom config option, but couldn't make it work. I have...
Brogle asked 28/2, 2019 at 23:47
3
Solved
At this point, I can only surmise that the blame lies with Electron (or some component thereof) for blurry text that additionally flickers softly in Atom. Bringing focus to code in the editor via m...
Jempty asked 18/3, 2017 at 18:30
9
Solved
I am using atom, and I've tried several different jshint packages and they all give a warning which says
"template literal syntax' is only available in ES6 (use 'esversion: 6')"
I created a top...
Consentient asked 16/5, 2016 at 5:51
7
I'm using atom editor version 1.0 stable in ubuntu 14.04.
my question is,
How can I change the background colour of currently selected window tab...
(means current tab..)
by editing style.less file...
Mistreat asked 22/7, 2015 at 16:28
2
I am trying to install platformio-ide-terminal into Atom 1.63.1. I got the error certificate has expired. I tried alternative Terminus and got the same error. Any package install attempts end...
Plough asked 17/12, 2022 at 20:57
1
I've recently discovered, that GitHub is no longer maintaining the Atom Editor. The packages can no longer be installed, as this service has already been shut down.
I love the Atom Editor and...
Tolerance asked 26/12, 2022 at 11:24
1
I am running Git version 2.18.0.windows.1 and trying to manually edit hunks (this is my first time messing with this). I started by splitting a larger hunk and this is the first of the two hunks. I...
Unhitch asked 19/5, 2020 at 14:55
11
Solved
In my terminal, I type $ which python3, outputting
/opt/local/bin/python3
I would like to configure Atom to run Python3 scripts. In my Atom Config, I have
runner:
python: "/opt/local/bin/pyth...
Hostess asked 22/2, 2016 at 5:52
1 Next >
© 2022 - 2024 — McMap. All rights reserved.