Questions tagged [atom-editor]

Atom, a versatile text editor designed by GitHub and built using the Electron desktop application platform, is unfortunately no longer being actively developed. The software is scheduled to be discontinued on December 15, 2022.

Error While Installing Atom Editor Packages

Encountering an issue while installing packages in Atom npm ERR! Windows_NT 6.2.9200 npm ERR! argv "C:\Users\Jarvis\AppData\Local\atom\app-1.5.3\resources\app\apm\bin\node.exe" "C:\Users\Jarvis\AppData\Local\atom\app-1.5.3\resources ...

Is there a way to access hover effect information in Atom editor similar to how it appears in VScode?

Is there a specific plugin required in Atom to display information when hovering over variables, objects, or functions similar to intellisense? VSCode does this automatically, but I am looking for the same functionality in Atom. https://i.stack.imgur.com/ ...

Encountering node module version conflict when creating package for Atom

I am currently working on my debut package for Atom. The development of this package requires the utilization of nodegit(official website here). Upon attempting to execute my package, I encountered the following error: The module '/Users/danny/githu ...

Building Atom on a disconnected Red Hat Linux 7.7 system: step-by-step instructions

I'm using Redhat 7.7 64-bit with Node 12.16.3 installed. The machine I'm working on is offline for security reasons. When I run script/build in the unzipped atom directory, I encounter an error that seems to be trying to access something from GitHub. Is ...

Creating TypeScript atom packages

Has anyone successfully implemented this before? I couldn't locate any assistance for it. If someone could provide references to documentation or existing code, that would be great. I know that Atom runs on Node and that there is a TypeScript compiler pa ...

How to effectively utilize TypeScript in a team environment using both Atom and VSCode?

Our team utilizes TypeScript with both Atom and VSCode as our editors, but we are facing challenges with the tsconfig.json file. VSCode is not recognizing the typings, causing the namespace for 'ng' (for Angular 1.x) to be unknown in VSCode. Wh ...

Ways to conceal *pyc files within the atom text editor

Recently delved into Python/Django development with the help of Atom, and now I'm looking to tidy up my sidebar by hiding all those pesky *.pyc files. Any tips on how to configure Atom to achieve this? ...

The terminal in Atom refuses to launch because of issues with Nuclide

I am currently configuring the Atom editor to function as an IDE for Python development on Linux. To this end, I have installed various packages in my atom setup: Community Packages (14) [home path]/.atom/packages ├── <a href="/cdn-cgi/l/email-pr ...

Installing packages does not function properly on Atom

insert description of first image hereinsert description of second image here Bracket and VS Code function correctly, but encounter issues in Atom. The following error message is displayed: (node:2460) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED en ...

Is there an Atom package available for node.js similar to Emmet for providing autocomplete functionality?

Is there an Atom package available for autocompleting Node.js code like Emmet? ...

Executing "npm run build" results in an error message stating "npm ERR! script missing: build"

I am encountering an error while trying to run 'npm run build' on Windows 10. Upon running the command in cmd, I receive the following error: C:Usersanai_> npm run build npm ERR! missing script: build A detailed log of the run can be seen below: 0 i ...