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
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

Generative AI has transformed nearly every industry. How can you leverage GenAI to improve your productivity and efficiency?

SBOMs are essential to circumventing software supply chain attacks, and they provide visibility into various software components.

Related

  • How to Work With a Text Editor in an Angular 8 Application
  • CORS Misconfigurations: The Simple API Header That Took Down Our Frontend
  • Rediscovering Angular: Modern Advantages and Technical Stack
  • Angular Input/Output Signals: The New Component Communication

Trending

  • Misunderstanding Agile: Bridging The Gap With A Kaizen Mindset
  • The Scrum Guide Expansion Pack
  • Maximizing Productivity: GitHub Copilot With Custom Instructions in VS Code
  • A Complete Guide to Modern AI Developer Tools
  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.

By 
Ajitesh Kumar user avatar
Ajitesh Kumar
·
Oct. 14, 14 · Tutorial
Likes (3)
Comment
Save
Tweet
Share
139.6K 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
  • CORS Misconfigurations: The Simple API Header That Took Down Our Frontend
  • Rediscovering Angular: Modern Advantages and Technical Stack
  • Angular Input/Output Signals: The New Component Communication

Partner Resources

×

Comments

The likes didn't load as expected. Please refresh the page and try again.

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

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

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • [email protected]

Let's be friends: