Compare the Top Application Development Software that integrates with Vim as of October 2024

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

What is Application Development Software for Vim?

Application development software is a type of software used to create applications and software programs. It typically includes code editors, compilers, and debuggers that allow developers to write, compile, and debug code. It also includes libraries of pre-written code that developers can use to create more complex and powerful applications. Compare and read user reviews of the best Application Development software for Vim currently available using the table below. This list is updated regularly.

  • 1
    Codeium

    Codeium

    Exafunction

    Codeium is a free AI-powered coding assistant that accelerates development by providing intelligent code autocompletion in over 70 programming languages and more than 40 IDEs, including VSCode, JetBrains, and Jupyter Notebooks. With Codeium, developers can write code faster, eliminate repetitive tasks, and stay in the flow state—whether they're working with Python, JavaScript, C++, or any other language. Built on billions of lines of open-source code, Codeium understands and anticipates your coding needs, offering multiline suggestions, automated unit tests, and even natural language explanations for complex functions. It’s perfect for streamlining code writing, reducing boilerplate, and cutting down the time spent on documentation searches. Trusted by individual developers and Fortune 500 companies alike, Codeium is your go-to solution for boosting productivity and writing better code. Try Codeium for free today and experience the future of AI-powered coding!
    Starting Price: Free
    View Software
    Visit Website
  • 2
    Caret

    Caret

    Caret

    Based on the amazing Ace editing component, Caret brings professional-strength text editing to Chrome OS. With Caret, you no longer need to install a second OS to get what other platforms take for granted: a serious editor for local files, aimed at working programmers. Caret offers syntax highlighting for a wide variety of languages, and all of the standard themes that come with Ace, including emulations of coloring from other editors like Eclipse, XCode, and the Chrome Dev Tools. Once you've gotten used to making many changes with just a keystroke or two, it's hard to go back to just one cursor. Caret offers multiple cursors and selections, and support for Sublime keybindings like Ctrl-D (select next match). Why bother learning keyboard shortcuts? With the command palette (Ctrl-Shift-P), you can just start typing what you want, Caret will fuzzy-search the menu configuration, find the command you want, and execute it for you. You never need to touch the mouse again.
  • 3
    Sourcetrail

    Sourcetrail

    Coati Software

    Sourcetrail is an interactive source explorer that simplifies navigation in existing source code by indexing your code and gathering data about its structure. Sourcetrail then provides a simple interface consisting of three interactive views, each playing a key role in helping you obtain the information you need. Search: Use the search field to quickly find and select indexed symbols in your source code. The autocompletion box will instantly provide an overview of all matching results throughout your codebase. Graph: The graph displays the structure of your source code. It focuses on the currently selected symbol and directly shows all incoming and outgoing dependencies to other symbols. Code: The Code view displays all source locations of the currently selected symbol in a list of code snippets. Clicking on a different source location allows you to change the selection and dig deeper.
    Starting Price: $195.00/one-time/user
  • 4
    CSS

    CSS

    CSS

    CSS, short for Cascading Style Sheets, is a style sheet language used by web developers to structure the HTML and other elements of a website. CSS is one of the most widely used languages on the web. For style sheets to work, it is important that your markup be free of errors. A convenient way to automatically fix markup errors is to use the HTML Tidy utility. This also tidies the markup making it easier to read and easier to edit. I recommend you regularly run Tidy over any markup you are editing. Tidy is very effective at cleaning up markup created by authoring tools with sloppy habits. Each style property starts with the property's name, then a colon and lastly the value for this property. When there is more than one style property in the list, you need to use a semicolon between each of them to delimit one property from the next.
    Starting Price: Free
  • 5
    Gitpod

    Gitpod

    Gitpod

    Describe your dev environments as code and automate the last missing piece in your DevOps pipeline. Get fresh, task-based dev environments for any issue, branch and merge/pull request. Enter true GitOps and experience a new level of productivity. Application code, configuration and infrastructure should all be stored as machine-executable code in your git repositories and applied to dev environments automatically and continuously. This is why we invented prebuilds. You no longer need an over-powered laptop to code, Gitpod works just as smoothly on a Chromebook or iPad. All you need is a browser. Gitpod centralizes all source code and never stores it on insecure machines and networks. Gitpod is a multi-service Kubernetes application that we develop in Gitpod. Code, build, debug and run K8s applications entirely in the cloud. Get fully-baked workspaces for every branch and pull/merge request, pre-configured and pre-connected to their own dedicated K8s deployment.
    Starting Price: $9 per user per month
  • 6
    Devel::Cover
    This module provides code coverage metrics for Perl. Code coverage metrics describe how thoroughly tests exercise code. By using Devel::Cover you can discover areas of code not exercised by your tests and determine which tests to create to increase coverage. Code coverage can be considered an indirect measure of quality. Devel::Cover is now quite stable and provides many of the features to be expected in a useful coverage tool. Statement, branch, condition, subroutine, and pod coverage information is reported. Statement and subroutine coverage data should be accurate. Branch and condition coverage data should be mostly accurate too, although not always what one might initially expect. Pod coverage comes from Pod::Coverage. If Pod::Coverage::CountParents is available it will be used instead.
    Starting Price: Free
  • 7
    Dash

    Dash

    Kapeli

    Dash gives your Mac instant offline access to 200+ API documentation sets. Dash is an API documentation browser and code snippet manager. Dash instantly searches offline documentation sets for 200+ APIs, 100+ cheat sheets, and more. You can even generate your own docsets or request docsets to be included. Dash comes with 200+ offline documentation sets. You can choose which documentation sets to download and Dash will take care of the rest, making sure they are kept up to date. You can also generate your own docsets, request docsets or download docsets from third-party sources. All documentation sets have been generated and are maintained with the utmost care. Dash integrates with package managers to generate documentation sets for anything you might need, as well as provide custom documentation sources of their own. Store snippets of code. Easily reuse snippets. Expand snippets in any app. Organize snippets with tags, syntax highlighting, and variable placeholders.
    Starting Price: Free
  • 8
    Zed

    Zed

    Zed

    Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. Chat with teammates, write notes together, and share your screen and project. Multibuffers compose excerpts from across the codebase in one editable surface. Evaluate code inline via Jupyter runtimes and collaboratively edit notebooks. Support for many languages via Tree-sitter, WebAssembly, and the Language Server Protocol. Fast native terminal tightly integrates with Zed's language-aware task runner and AI capabilities. First-class modal editing via Vim bindings, including features like text objects and marks. Zed is built by a global community of thousands of developers. Boost your Zed experience by choosing from hundreds of extensions that broaden language support, offer different themes, and more.
    Starting Price: Free
  • 9
    Code Intelligence

    Code Intelligence

    Code Intelligence

    Our platform uses various security techniques, including coverage-guided and feedback-based fuzz testing, to automatically generate millions of test cases that trigger hard-to-find bugs deep within your application. This white-box approach protects against edge cases and speeds up development. Advanced fuzzing engines generate inputs that maximize code coverage. Powerful bug detectors check for errors during code execution. Uncover true vulnerabilities only. Get the input and stack trace as proof, so you can reliably reproduce errors every time. AI white-box testing uses data from all previous test runs to continuously learn the inner-workings of your application, triggering security-critical bugs with increasingly high precision.
  • 10
    Neovim

    Neovim

    Neovim

    API is first-class, discoverable, versioned, documented. MessagePack structured communication enables extensions in any language. Remote plugins run as co-processes, safely and asynchronously. GUIs, IDEs, web browsers can, embed Neovim as an editor or script host. Works the same everywhere, one build-type, one command. Modern terminal features such as cursor styling, focus events, bracketed paste. Built-in terminal emulator and strong defaults. Fully compatible with Vim's editing model and Vimscript v1. Start with :help nvim-from-vim if you already use Vim. The current stable release version is 0.5 (RSS). See the roadmap for progress and plans. With 30% less source-code than Vim, the vision of Neovim is to enable new applications without compromising Vim's traditional roles. Lua is built-in, but Vimscript is supported with the most advanced Vimscript engine in the world (featuring an AST-producing parser).
  • 11
    Light Table

    Light Table

    Light Table

    Connects you to your creation with instant feedback and showing data values flow through your code. Easily customizable from keybinds to extensions to be completely tailored to your specific project. Try new ideas quickly and easily. Ask questions about your software, to give you a more profound understanding of your code. Embed anything you want, from graphs to games to running visualizations. Everything from eval and debugging to a fuzzy finder for files and commands to fit seamlessly into your workflow. An elegant, lightweight, beautifully designed layout so your IDE is no longer cluttered. No more printing to the console in order to view your results. Simply evaluate your code and the results will be displayed inline. Developer tools should be open source. Every bit of Light Table's code is available to the community because none of us are as smart as all of us.
  • 12
    Daytona

    Daytona

    Daytona

    Daytona is the enterprise-grade GitHub Codespaces alternative for managing self-hosted, secure, and standardized development environments. Daytona supports dev containers and works with any IDE. You can self-host it on your own infrastructure and immediately benefit from high-density workspaces. Daytona ensures that development environments remain consistent and predictable throughout the DevOps lifecycle to boost developers' confidence in code deployment. Daytona enables team members and contractors to start contributing right away, reducing onboarding time and providing instant access to perfectly configured environments. Daytona scales with development requirements and removes constraints of local machines, providing computing power to handle any project size and complexity. Daytona allows developers to work on multiple projects by instantly running dev environments, including testing the same branch on multiple environments simultaneously.
  • 13
    Hound

    Hound

    Etsy

    Hound is an extremely fast source code search engine. The core is based on this article (and code) from Russ Cox: Regular expression matching with a trigram index. Hound itself is a static React frontend that talks to a Go backend. The backend keeps an up-to-date index for each repository and answers searches through a minimal API. Currently Hound is only tested on MacOS and CentOS, but it should work on any *nix system. Hound on Windows is not supported but we've heard it compiles and runs just fine (although it helps to to exclude your data folder from Windows Search Indexer).
  • 14
    C

    C

    C

    C is a programming language created in 1972 which remains very important and widely used today. C is a general-purpose, imperative, procedural language. The C language can be used to develop a wide variety of different software and applications including operating systems, software applications, code compilers, databases, and more.
  • 15
    HTML

    HTML

    HTML

    HTML, short for HyperText Markup Language, is the markup language that is used by every website on the internet. HTML is code that websites use to build and structure every part of their website and web pages. HTML5 is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth and final major HTML version that is a World Wide Web Consortium (W3C) recommendation. The current specification is known as the HTML Living Standard. It is maintained by the Web Hypertext Application Technology Working Group (WHATWG), a consortium of the major browser vendors (Apple, Google, Mozilla, and Microsoft). HTML5 includes detailed processing models to encourage more interoperable implementations; it extends, improves, and rationalizes the markup available for documents and introduces markup and application programming interfaces (APIs) for complex web applications. For the same reasons, HTML5 is also a candidate for cross-platform mobile applications.
  • Previous
  • You're on page 1
  • Next