mirror of
https://github.com/awatson1978/meteor-api.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #58] Setting Up Atom As an Integrated Development Environment #51
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/meteor-api#51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FriendOfFatBeagle on GitHub (Jun 12, 2015).
Original GitHub issue: https://github.com/awatson1978/meteor-api/issues/58
Hello:
I am using Atom v0.207.0.
Issue#1:
On your page: https://atom.io/packages/meteor-api
under section:
"Setting Up Atom As an Integrated Development Environment"
The following Atom extensions do not exist or found as listed with hyphenated names:
Atom lint
Atom Angular
Atom Bootstrap ===> Found only Atom-Bootstrap3, is this correct?
Autocomplete +
File Types (exists as file-types)
Filetype Color
Language Spacebars (exists as Language-Spacebars)
Wrap Guide (exists as wrap-guide)
Issue#2:
I also is not able to find "global" in config.cson file: ( below is pasted from your page)
Then open your config.cson file with Atom > Edit > Open Your Config and add the following under global:
'file-types':
'html': 'text.html.spacebars'
'js': 'source.js'
Issue#3: Section "Enabling Handlebars Linting (a bit more hacky)"
Atom V0.207.0 UI is different, and I am not able to follow (outdated?) instructions.
Please advice what to do.
Is there an alternative?
Note v.207.0 UI is quite different from previous releases.
I do not see an "Atom" menu item, amongst other UI changes .... in v0.207.0.
Please update your Meteor API page to reflect that also.
Thank you.
@ghost commented on GitHub (Aug 7, 2015):
I also have issue #1. When I search for the package names that are in the README it is not clear which package I should install. Can you please provide the exact package names.
@ghost commented on GitHub (Aug 7, 2015):
Oh, I just saw that the repository readme already has this. Just https://atom.io/packages/meteor-api has not.