Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Deepcode plugin for IDE "Atom"

License

NotificationsYou must be signed in to change notification settings

petr-bauch/atom-plugin

 
 

Repository files navigation

deepcode

The Atom package provided byDeepCode.ai finds bugs and critical vulnerabilities in your code. We support Java, C/C++, Python, JavaScript and TypeScript.

Table of Contents

  1. DeepCode package - what is it?
  2. Installation
    1. Video on how to install the package
    2. Tips on project onboarding
  3. How to use it?
    1. PROTIP: DeepCode analysis on Save
    2. Video on how to use the package
    3. How to ignore suggestions
    4. .dcignore file
    5. Rescan
    6. View results online
    7. Configuration
  4. Feedback and contact

DeepCode package

Through the package you can quickly start using DeepCode's code review and analysis within your development workflow. The package will automatically alert you about critical vulnerabilities you need to solve in your code the moment when you hit Save in your IDE. With DeepCode's superior code review you save time finding and fixing bugs before they go to production.

DeepCode's AI Engine finds bugs

DeepCode uses symbolic AI to process hundreds of millions of commits in open source software projects and learns how to find serious coding issues. Because the platform determines the intent of the code — and not only the syntax mistakes — DeepCode identifies 10x more critical bugs and security vulnerabilities than other tools.

Our AI provides explanation behind found bugs

In order to show detailed explanation why something was flagged as bug we introduced a new AI technique called Ontology. With Ontology, we’ve integrated the capability to present logical conclusions within the DeepCode engine.

Supported languages

Java, C/C++, JavaScript, Python and TypeScript are currently supported.

Installation

Installing the package is rather straightforward. You could useapm (Atom's package manager) - open the terminal and runapm install deepcode. Below we show how to install it through the Preferences.

Video on how to install the package

  • Open Atom's Preferences and then Install. Search for thedeepcode package. Here is a video how to do this:

    How to install Deepcode package

Tips on project onboarding

  • we are serious when it comes to your code. We upload and analyse your code only after you giving us the consent to do so. Your code is protected and used only for the purpose ofinforming you about issues in code:

    confirm

  • once the confirmation is in place we start uploading the files:

    deepcode progress

How to use it?

PROTIP - DeepCode analysis on Save

Video on how to use the package

  • Here is a video on how to use the package. In short - don't forget to save and you would be in good hands:

    How to use Deepcode package

How to ignore suggestions

There are two key steps here:

  1. Ignore particular alert directly by usingIgnore for line orIgnore for file:

    deepcode problem

  2. Deepcode will create a comment, that will inform our analysis engine to ignore it. Don't forget to specify a description why you think it needs to be ignored. Your feedback will improve our engine over time:

.dcignore file

  • If you want to ignore certain files/folders (like node_modules for example), create a .dcignore file. You can create it in any folder on any level starting from the directory where your project resides. You may create multiple.dcignore files depending on your use case. This file supportsglob syntax with "*" and "**" to specify file masks and sub-folders:

    .node_modulesmocked_for_tests**/models/*_molecule.js

Rescan

  • If you need to restart the analysis or if it fails for any reason, you can easily analyse the project again by clickingScan project:

    rescan-project

View results online

  • If you need to view the results online or you want to see example fixes, you could go to the analysis by clickingView results online:

    view-results-online

Configuration

  • If you need to update the url to the DeepCode server in a self-managed environment or restart the login process, you could do so by clicking onSettings:

    configuration

Feedback and contact

About

Deepcode plugin for IDE "Atom"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript51.9%
  • Java44.9%
  • Less3.2%

[8]ページ先頭

©2009-2025 Movatter.jp