DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
View Events Video Library
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Integrating PostgreSQL Databases with ANF: Join this workshop to learn how to create a PostgreSQL server using Instaclustr’s managed service

Mobile Database Essentials: Assess data needs, storage requirements, and more when leveraging databases for cloud and edge applications.

Monitoring and Observability for LLMs: Datadog and Google Cloud discuss how to achieve optimal AI model performance.

Automated Testing: The latest on architecture, TDD, and the benefits of AI and low-code tools.

Related

  • How to Work With a Text Editor in an Angular 8 Application
  • Why Angular and ASP.NET Core Make a Winning Team
  • jQuery vs. Angular: Common Differences You Must Know
  • Angular v16: A New Era of Angular Development

Trending

  • Revolutionizing Software Testing
  • Spring Authentication With MetaMask
  • Selecting the Right Automated Tests
  • LTS JDK 21 Features
  1. DZone
  2. Coding
  3. Frameworks
  4. How to Code AngularJS Quickly with Sublime Text Editor

How to Code AngularJS Quickly with Sublime Text Editor

Sublime Text Editor can help you write in AngularJS much more quickly.

Ajitesh Kumar user avatar by
Ajitesh Kumar
·
Oct. 14, 14 · Tutorial
Like (3)
Save
Tweet
Share
138.80K Views

Join the DZone community and get the full member experience.

Join For Free

after working with angularjs for sometime now, i was looking for an editor that helps me code efficiently and effectively with angularjs . this is when i discovered the sublime text editor . this article presents tips on what needs to be done to write angularjs code with the sublime text editor.

i have to confess that it has been a fulfilling experience to code in angularjs with sublime once installation and configuration are done. i was able to complete my angularjs hello world program within few minutes . trust me, it is worth your time. let me know what you think about it.

do the following and enjoy the angular ride:

  • download and install sublime text editor from http://www.sublimetext.com/ .
  • download angular sublime package (zip file) developed by the angular-ui team from this page: https://github.com/angular-ui/angularjs-sublime-package . this page consists of greater details on further customizing sublime for angularjs.
  • unzip and name the root package (angularjs-sublime-packager-master) as “angularjs”. make sure you have all the files within this package only.
  • copy angularjs folder.
  • open sublime text editor and paste the “angularjs” folder by opening “preferences > browse packages”
  • paste some of the following configuration (json format) by opening the “preferences > settings – user”. the file would look like the following:
// settings in here override those in "default/preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin",
"auto_complete_triggers":
        [
            {
            "characters": "ng-controller=\"*",
            "selector": "punctuation.definition.string"
            }
        ]
}
  • close sublime and open it again. and, try your angularjs hello world program. you could check the preferences related to angularjs and customize appropriately as shown in following screenshot.  after that, you're all set to code!
    sublime angularjs preferences
Sublime Text AngularJS Text editor

Published at DZone with permission of Ajitesh Kumar, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • How to Work With a Text Editor in an Angular 8 Application
  • Why Angular and ASP.NET Core Make a Winning Team
  • jQuery vs. Angular: Common Differences You Must Know
  • Angular v16: A New Era of Angular Development

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: