Compare the Top IDE Software that integrates with JavaScript as of August 2024

This a list of IDE software that integrates with JavaScript. Use the filters on the left to add additional filters for products that have integrations with JavaScript. View the products that work with JavaScript in the table below.

What is IDE Software for JavaScript?

Integrated Development Environments (IDEs) are software programs which provide an integrated environment for a programmer to develop their code. The IDEs usually provide tools such as a text editor, compiler, and debugger. They are designed to increase productivity by allowing programmers to work on multiple components of their project in the same environment. IDEs also typically offer features such as syntax highlighting, suggestions for identifiers, and auto-completion that aid in coding accuracy. Compare and read user reviews of the best IDE software for JavaScript currently available using the table below. This list is updated regularly.

  • 1
    DbVisualizer

    DbVisualizer

    DbVisualizer

    DbVisualizer is one of the world’s most popular database editors. Developers, analysts, and DBAs use it to elevate their SQL experience with modern tools to visualize and manage their databases, schemas, objects, and table data, and to auto-generate, write and optimize queries. And so much more. It connects to all popular databases (e.g. MySQL, PostgreSQL, SQL Server, Oracle, Cassandra, Snowflake, SQLite, BigQuery, and 20+ more) and runs on all popular OSes (Windows, macOS, and Linux). With almost 6 million downloads and Pro-users in 145 countries around the world, it won’t let you down. Free and Pro versions are available.
    Leader badge
    Starting Price: $197/perpetual license
    View Software
    Visit Website
  • 2
    Studio 3T

    Studio 3T

    Studio 3T

    Auto-complete queries in a built-in mongo shell that highlights syntax errors as you type and saves your query history. Perfect for MongoDB beginners, a time-saver for pros. Use a drag-and-drop UI to build complex find() queries and filter array elements. Break down aggregation queries into manageable steps and build them stage by stage, for easier debugging and querying. Generate instant code in JavaScript (Node.js), Java (2.x and 3.x driver API), Python, C#, PHP, and Ruby from MongoDB and SQL queries that you can copy and paste into your application. Save MongoDB imports, exports, data comparisons, and migrations as tasks that you can run on demand. Or even better, skip the reminders and schedule them to run exactly when you need them. Make changes to your collection’s schema in just a few clicks, perfect for schema performance tuning, restructuring, or cleaning up after data migration.
    Starting Price: $249/year/user
  • 3
    IntelliJ IDEA

    IntelliJ IDEA

    JetBrains

    IntelliJ IDEA analyzes your code, looking for connections between symbols across all project files and languages. Using this information it provides in-depth coding assistance, quick navigation, clever error analysis, and, of course, refactorings. ^⇧Space gives you a list of the most relevant symbols applicable in the current context. This and other completions are constantly learning from you, moving the members of the most frequently used classes and packages to the top of the suggestions list, so you can select them faster. Digs a tad deeper than Smart Completion and lists applicable symbols accessible via methods or getters in the current context. Say you're looking for a value of Project and only have the Module module declaration. Press ^⇧Space twice to get module.getProject() without any additional effort. Static members completion Lets you easily use static methods or constants. Offers a list of symbols matching your input and automatically adds required import statements.
    Leader badge
    Starting Price: $14.90 per user per month
  • 4
    PyCharm

    PyCharm

    JetBrains

    All the Python tools in one place. Save time while PyCharm takes care of the routine. Focus on the bigger things and embrace the keyboard-centric approach to get the most of PyCharm's many productivity features. PyCharm knows everything about your code. Rely on it for intelligent code completion, on-the-fly error checking and quick-fixes, easy project navigation, and much more. Write neat and maintainable code while the IDE helps you keep control of the quality with PEP8 checks, testing assistance, smart refactorings, and a host of inspections. PyCharm is designed by programmers, for programmers, to provide all the tools you need for productive Python development. PyCharm provides smart code completion, code inspections, on-the-fly error highlighting and quick-fixes, along with automated code refactorings and rich navigation capabilities.
    Leader badge
    Starting Price: $199 per user per year
  • 5
    Eclipse IDE

    Eclipse IDE

    Eclipse Foundation

    Eclipse IDE The Leading Open Platform for Professional Developers used in computer programming. Better Than Ever. The Eclipse IDE delivers what you need to rapidly innovate. Easier IDE configuration The Eclipse IDE Installer 2020-09 and several packages now include a Java Runtime Environment (JRE). Improved theming and styling. Improved Windows dark theme and GTK light theme. Moving to bleeding edge. Eclipse IDE now needs Java 11 as a minimum version to run on, but you can compile any version as usual. New experimental features. Support for aarch64. Linux support landed this version. Node.js is now embedded For all our LSP-based toolings, Node.js is now embedded to make things work out of the box Free and open source Free and open source; released under the terms of the Eclipse Public License 2.0. Powered by Participation. A vast ecosystem of plugins from an active community
  • 6
    Omnis Studio

    Omnis Studio

    Omnis Software Ltd

    Omnis Studio is a cross platform application development environment. Omnis Studio allows application developers and programmers to write application code and business logic once, and deploy their applications on virtually any platform or device, including desktop PCs on Windows and macOS, as well as tablets and phones on iOS, Android and Windows. Support for a large range of client devices is enabled using the Omnis JavaScript Client, a unique JavaScript based technology for rendering the application UI and web forms in a standard web browser on desktops and mobile devices. The integration of data and services is available in Omnis Studio via REST based Web Services, and functionality can be extended within Omnis Studio by utilizing its powerful and flexible external components API. Omnis is headquartered in the UK and has subsidiaries in USA, France and Germany and distributors for many other parts of the world.
  • 7
    Apache NetBeans

    Apache NetBeans

    Apache Software Foundation

    Development Environment, Tooling Platform and Application Framework. Apache NetBeans is much more than a text editor. It highlights source code syntactically and semantically, lets you easily refactor code, with a range of handy and powerful tools. Apache NetBeans provides editors, wizards, and templates to help you create applications in Java, PHP and many other languages. Apache NetBeans can be installed on all operating systems that support Java, i.e, Windows, Linux, Mac OS X and BSD. Write Once, Run Anywhere, applies to NetBeans too.
    Starting Price: Free
  • 8
    Thinfinity VirtualUI

    Thinfinity VirtualUI

    Cybele Software, Inc

    Thinfinity Virtual UI is a development platform that allows you to take any existing Desktop Application and publish it as a web solution. By adding a single line of code to any of your existing software, you will be enabling dual-platform functionality. Releasing a Windows application to the web has never been so easy. It really is that simple!!! Integrating with any language supporting Win32, GDI/GDI+ API, and ActiveX/COM, Thinfinity VirtualUI redirects Windows calls and drawing commands to the remote HTML5 canvas.
  • 9
    DataGrip

    DataGrip

    JetBrains

    Meet DataGrip, our new database IDE that is tailored to suit the specific needs of professional SQL developers. Allows you to execute queries in different modes and provides a local history that keeps track of all your activity and protects you from losing your work. Lets you jump to any table, view, or procedure by its name via the corresponding action, or directly from its usages in the SQL code. Gives you an extended insight into how your queries work and into the database engine behavior, so you can make your queries more efficient. DataGrip provides context-sensitive code completion, helping you to write SQL code faster. Completion is aware of the tables structure, foreign keys, and even database objects created in code you're editing. DataGrip detects probable bugs in your code and suggests the best options to fix them on the fly. It will immediately let you know about unresolved objects, using keywords as identifiers and always offers a way to fix the problems.
    Starting Price: $199 per year
  • 10
    AWS Cloud9

    AWS Cloud9

    Amazon

    AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser. It includes a code editor, debugger, and terminal. Cloud9 comes prepackaged with essential tools for popular programming languages, including JavaScript, Python, PHP, and more, so you don’t need to install files or configure your development machine to start new projects. Since your Cloud9 IDE is cloud-based, you can work on your projects from your office, home, or anywhere using an internet-connected machine. Cloud9 also provides a seamless experience for developing serverless applications enabling you to easily define resources, debug, and switch between local and remote execution of serverless applications. With Cloud9, you can quickly share your development environment with your team, enabling you to pair program and track each other's inputs in real time.
  • 11
    PhpStorm

    PhpStorm

    JetBrains

    The Lightning-Smart PHP IDE. PhpStorm deeply understands your code. PhpStorm is perfect for working with Symfony, Laravel, Drupal, WordPress, Zend Framework, Magento, Joomla!, CakePHP, Yii, and other frameworks. The editor actually 'gets' your code and deeply understands its structure, supporting all the PHP language features for modern and legacy projects. It provides the best code completion, refactorings, on-the-fly error prevention, and more. Make the most of the cutting edge front-end technologies, such as HTML 5, CSS, Sass, Less, Stylus, CoffeeScript, TypeScript, Emmet, and JavaScript, with refactorings, debugging, and unit testing available. See the changes instantly in the browser thanks to Live Edit. Perform many routine tasks right from the IDE, thanks to the Version Control Systems integration, support for remote deployment, databases/SQL, command-line tools, Docker, Composer, REST Client, and many other tools.
    Starting Price: $199 per user per year
  • 12
    CodePen

    CodePen

    CodePen

    CodePen is a social development environment for front-end designers and developers. Build and deploy a website, show off your work, build test cases to learn and debug, and find inspiration. Find inspiration from 1.8 million+ front-end designers and developers. Browse and share work from world-class designers and developers in the front-end community. The CodePen Editor is highly customizable. There is autocomplete and Emmet for speed and accuracy. Plus you can set up smart defaults for starting new work. Completely customize the look of code demos on your own site. Change the look of your site? Just change the theme and all your Embedded Pens change too. Need to use an image in a Pen? No more awkwardly finding alternate hosting for it, you can drag-and-drop it right onto CodePen and we'll host it for you. And not just images! CSS, JSON files, SVGs, media files, whatever! Projects is the most powerful feature of CodePen.
    Starting Price: $8 per month
  • 13
    Replit

    Replit

    Replit

    Use our free, collaborative, in-browser IDE to code in 50+ languages — without spending a second on setup. Start coding with your favorite language on any platform, OS, and device. Invite your friends, teammates, and colleagues right into your code with Google-docs like editing. Import, run, and collaborate on millions of GitHub repos with 0 manual setup. From Python, to C++, to HTML and CSS, stay in one platform to learn and code in any language you want. The second you create a new repl, it's instantly live and sharable with the world. Learn how to code from 3 million+ passionate programmers, technologists, creatives, and learners of all kinds. Make your team more productive with interactive docs, real-time collaboration, and 0-hassle remote interviewing. Create apps programatically, spin up bots and customize the IDE with plugins to fit your needs.
    Starting Price: $7 per month
  • 14
    Red Hat OpenShift Dev Spaces
    Built on the open Eclipse Che project, Red Hat OpenShift Dev Spaces uses Kubernetes and containers to provide any member of the development or IT team with a consistent, secure, and zero-configuration development environment. The experience is as fast and familiar as an integrated development environment on your laptop. OpenShift Dev Spaces is included with your OpenShift subscription and is available in the Operator Hub. It provides development teams a faster and more reliable foundation on which to work, and it gives operations centralized control and peace of mind. Get coding today with our free Developer Sandbox for Red Hat OpenShift, which includes OpenShift Dev Spaces to try out at no cost. Developers can focus more on coding, with their application and development environment containerized and running on OpenShift - all without needing to understand the details of Kubernetes. Administrators can easily manage and monitor workspaces as any other Kubernetes resource.
    Starting Price: $30 per month
  • 15
    PythonAnywhere

    PythonAnywhere

    PythonAnywhere

    Get started for free. Our basic plan gives you access to machines with a full Python environment already installed. You can develop and host your website or any other code directly from your browser without having to install software or manage your own server. Just write your application. No need to configure or maintain a web server — everything is set up and ready to go. Take your development environment with you! If you have a browser and an Internet connection, you've got everything you need. PythonAnywhere is a fully-fledged Python environment, ready to go, for students and teachers — concentrate on teaching, not on installation hassles. Need help with PythonAnywhere? If you get in touch, you can talk directly with the development team. Help for developers, from developers. We make a normally complicated process very simple, letting you focus on creating exciting applications for your users.
    Starting Price: $5 per month per app
  • 16
    CodeLobster IDE

    CodeLobster IDE

    CodeLobster Software

    When you start developing with PHP, you face the problem of deciding which IDE to choose. Most companies sell their IDE's for high prices ($100-$500). We, on the other hand, offer a multifunctional portable IDE absolutely FREE with all these standard features: PHP/HTML/CSS/JavaScript highlighting; advanced PHP/HTML/CSS/JavaScript autocomplete; a powerful PHP debugger; context and dynamic Help; a code validator; a SQL manager and much more. CodeLobster IDE streamlines and simplifies the PHP development process. You don't need to keep in mind the names of functions, arguments, tags or their attributes we've implemented all these for you with autocomplete features for PHP, HTML, JavaScript and even CSS. And you can always get necessary help information by pressing F1 or using the special Help control. An internal free PHP Debugger allows you to validate your code locally.
  • 17
    Codeply

    Codeply

    Codeply

    Codeply is the HTML/CSS/JS editor that makes frontend design & development easier by enabling you to leverage the frameworks of your choice. Codeply is integrated with popular frameworks like Bootstrap, Foundation, Vue and Angular. This unique functionality makes it possible to quickly learn, prototype, test and build for any framework. Trawling through docs? What a hassle. Useful code examples are integrated with Codeply. Grab standard markup, snippets, templates & themes right from the editor. No more searching for libraries on CDN or example snippets. Figuring out which markup or CSS classes to use becomes easier. Designing layouts & mockups becomes faster. Codeply includes more than 50 popular libraries, APIs, plugins and frameworks. Additionally, Codeply is supported by a community of developers that are implementing code, and facing the same challenges along the way. This is not a CSS art gallery. Leverage over 40,000 real world examples, snippets, & starter templates.
  • 18
    WixPie

    WixPie

    WixPie

    If you want to create installers for software that you created on the Windows platform it's most likely that you tried to use the Wix-Toolset. So what is the Wix-Toolset? Basically the Wix-Toolset can create installers for the windows platform from files what are written in XML and this is very useful for example when it comes to version control. But when the XML files gets bigger and bigger it can be a challenge to make sense of it all. At this point you can use WixPie to change the script or create a new script and if you don't want to use WixPie at some point you can just switch to some basic editor to change the files directly. WixPie doesn't use project files but you can select one or more files and WixPie will base the information you see on that. In most software you will be overwhelmed by all the possibilities. If we compare it with a laptop keyboard and a touchscreen on a smartphone you will see less options at once on the smartphone because you don't need to see all.
    Starting Price: €5/month/user
  • 19
    Aqua Data Studio

    Aqua Data Studio

    AquaFold, an Idera, Inc. company

    Aqua Data Studio is a multiple-platform, integrated development environment (IDE) for data. It provides benefits to a variety of data-centric roles, allowing them to manage a wide range of data sources. Aqua Data Studio provides scalable, cross-platform data management, supporting IT and data-centric specialists, including developers, database administrators, as well as data analysts, data modelers, and data architects. Simplifies tedious tasks involving SQL queries, data, result sets, schema, data models, files, instances, servers, as well as automation. Aqua Data Studio can be installed on the three popular operating systems: Microsoft Windows, Apple macOS, and Linux. The graphical user interface can display the nine of the most widely spoken languages: English, Spanish, French, German, Korean, Portuguese, Japanese, and Chinese. Aqua Data Studio supports over 40 of the most popular data source platforms, including relational, NoSQL, as well as managed cloud data source
    Starting Price: $499 per user per year
  • 20
    DB PowerStudio

    DB PowerStudio

    IDERA, an Idera, Inc. company

    Administer, manage changes, tune queries, and develop relational databases. Database professionals need to minimize the time and effort spent on the routine management and development of databases across the organization. To address this challenge, benefit from IDERA’s bundle of top tools for the management and development of multiple database platforms. Perform database administration. Automate and manage complex database schema changes. Automate SQL query tuning and profiling. Develop SQL code efficiently.
    Starting Price: $1,699.20 per user
  • 21
    Codeanywhere

    Codeanywhere

    Codeanywhere

    Our Cloud IDE saves you time by deploying a development environment in seconds, enabling you to code, learn, build, and collaborate on your projects. With our amazing web-based code editor in Codeanywhere, you will forget you ever used any other code editor. All major programming languages fully supported, including JavaScript/TypeScript, PHP, Python, Ruby, Go, Java, C/C++, C# any many other. Intelligent editing features such as auto-complete, code refactor, go to definition, rename symbol and many others. Debug code with break points, call stacks and interactive console. Fully featured Git client. Expandable with vast amount of existing extensions. You can also spin up powerful containers in seconds, that can be fully preconfigured for the programming environment of your choice. Develop and run your code on our infrastructure with full sudo access. Prebuilt development environments for all major programming languages, packed with tools and database preinstalled.
    Starting Price: $2.50 per user per month
  • 22
    CodeSandbox

    CodeSandbox

    CodeSandbox

    CodeSandbox is a cloud development platform that empowers development teams to code, collaborate, and ship projects of any size from any device in record time. Run your code in powerful microVMs and build anything without limits. We configure your environment for you and keep your code always ready, behind a URL. Boxy, the CodeSandbox AI coding assistant, is also now available to all Pro subscribers.
    Starting Price: $12 per month
  • 23
    MatDeck

    MatDeck

    LabDeck

    MatDeck is a universal, technical software for Mathematics, Science, Engineering, Chemistry, Coding, Databases and many other uses. Our software offers a complete Python IDE; thousands of mathematical functions; a drag and drop GUI Designer and various visualization tools, all embedded within a cutting-edge, live document for an inexpensive and professional computing environment.
    Starting Price: Free
  • 24
    Storyboard

    Storyboard

    Crank AMETEK

    Storyboard is an embedded GUI development framework that accelerates the design and delivery of modern UX for tomorrow’s IoT and wearable devices. With its Rapid Design Import and Iteration Technology, embedded developers around the world are able to create products that offer unmatched GUI experiences (graphics, voice, and audio), uniquely optimized for all operating systems and platforms, including resource-constrained MCU and MPU platforms. Storyboard aligns embedded developers with the iterative change processes of designers — using popular tools like Sketch and Photoshop — helping manufacturers achieve high-quality UX without sacrificing performance or development time. With only a few mouse clicks, developers use Storyboard to visualize changed assets and rapidly assess, accept, or reject elements in a timesaving manner. This accelerated workflow allows teams to refine their products at any stage in their development cycle.
  • 25
    RubyMine

    RubyMine

    JetBrains

    Take advantage of the language specific-aware syntax & error highlighting, code formatting, code completion, and quick documentation. Use smart search to jump to any class, file or symbol, or even any IDE action or tool window. It only takes one click to switch to the declaration, super method, test, usages, implementation, and more. Enjoy super fast navigation in your Rails project with an MVC-based project view and model, class, and gem dependencies diagrams. Follow community best practices with code inspections verifying your code for many types of possible errors and providing on-the-fly improvements with quick-fix options. Automated yet safe refactorings help clean up your code and keep it more maintainable. Rails-aware refactorings help you perform project-wide changes: for example renaming a controller will also rename the helper, views, and tests.
    Starting Price: $199 per user per year
  • 26
    AppCode

    AppCode

    JetBrains

    Thanks to an in-depth understanding of your code structure, AppCode takes care of your routine tasks and saves you from extra typing. Jump to any file, class, or symbol in your project in no time, use hierarchical and structure views to navigate through your project structure. AppCode offers two kinds of code completion: basic as-you-type completion, and more advanced SmartType completion for precise filtering of suggestions. Modify and improve your code any time with safe, accurate and reliable refactorings. AppCode is constantly monitoring the quality of your code. It warns you of errors and smells and suggests quick-fixes to resolve them automatically. AppCode provides lots of code inspections for Objective-C, Swift, C/C++, and a number of code inspections for other supported languages. All code inspections are run on the fly. Rename variables, constants, functions, type names and classes and rest assured that AppCode will update all the usages across the entire code base for you.
    Starting Price: $199 per user per year
  • 27
    GoLand

    GoLand

    JetBrains

    On-the-fly error detection and suggestions for fixes, quick and safe refactorings with one-step undo, intelligent code completion, dead code detection, and documentation hints help all Go developers, from newbies to experienced professionals, to create fast, efficient, and reliable code. Exploring and understanding team, legacy, or foreign projects takes a lot of time and effort. GoLand code navigation helps you get around with instant switching to shadowed methods, implementations, usages, declarations, or interfaces implemented by types. Jump between types, files or any other symbols, or find their usages and examine them with convenient grouping by usage type. Powerful built-in tools help to run and debug your applications. You can write and debug tests without any additional plugins or configuration effort, and test your applications right in the IDE. A built-in Code Coverage tool will make sure that your tests don’t miss anything important.
    Starting Price: $199 per user per year
  • 28
    Superblocks

    Superblocks

    Superblocks

    Superblocks is a programmable IDE for developers to build any internal app, workflow, or scheduled job at a fraction of the time and cost. Ship next month's roadmap this week. Quickly build apps, workflows & jobs connected to your data. Secure with granular permissions (RBAC), SSO, audit logs, and secret management in seconds. Deploy with Git and monitor production. Extend anything with code. No need to learn React, HTML, or CSS. Drag and drop components, connect them to data and make your app dynamic by triggering APIs. Build custom KYC, Compliance, AML, and credit approval tools to enable robust support processes to increase the velocity of your support team. Stop wrestling with CLIs. Quickly build admin panels for your datastores to read, write, and update your customer data with tables, forms, and charts. Track deployment status and monitor versions as they’re deployed to production from a single pane of glass. Read/write to any deployment system you use.
    Starting Price: $0 per month
  • 29
    Visual Studio

    Visual Studio

    Microsoft

    Full-featured IDE to code, debug, test, and deploy to any platform. Code faster. Work smarter. Create the future with the best-in-class IDE. Develop with the entire toolset from initial design to final deployment. Improved IntelliSense performance for C++ files. Local development with many common emulators. Simplified test access in Solution Explorer. Git management and repo creation in the IDE. Kubernetes support now included in Microsoft Azure workload.
    Starting Price: $45.00 per month
  • 30
    The Welkin Suite

    The Welkin Suite

    The Welkin Suite

    Work smart with a IDE for the Force.com platform, where you can work in Development or Admin modes with SFDX, Lightning, FLS, and many other ultimate Salesforce technologies. Stop dealing with those complex workflows of pre-DX, and enjoy all the benefits of version control, continuous delivery, and continuous integration. You can manage your scratch and "regular" orgs, work with a new type of projects — and still use almost all the features of The Welkin Suite IDE! Save tons of time by developing new functionality and applications without actually having to write the code! By using the Point-and-Click development possibilities within The Welkin Suite IDE, you create and maintain your business solutions with fewer efforts. Develop incredible Lightning applications and components directly in the IDE. Сreate dynamic web applications within the IDE without any additional software. Enjoy a full-fledged set of tools for developing Lightning Applications and Components.
    Starting Price: $15.00/month/user
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next