GithubHelp home page GithubHelp logo

grknylmz / vscode_abap_remote_fs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marcellourbani/vscode_abap_remote_fs

0.0 1.0 0.0 1.01 MB

Remote filesystem for ABAP systems

License: MIT License

TypeScript 98.71% JavaScript 1.29%

vscode_abap_remote_fs's Introduction

ABAP remote filesystem for visual studio code (beta)

Turns Visual studio code into an IDE for ABAP development, operating directly on your SAP server.

Is less capable and more buggy than Eclipse with ADT, but also more responsive, and has a couple of extra features not found in Eclipse, like listing changed sources by transport and normalizing changes in diff views

Links

Getting started wiki/documentation

Unless your system is very modern (7.51 or later I think), write support will require you to install this plugin in your dev server to enable. Browsing works even without it

anim image syntax highlighting provided by ABAP language extension, picture was too lame without it :)

Compatibility with ABAPlint is limited by different naming conventions

Features

  • edit, create, search and delete ABAP objects
  • syntax check with automatic fixing
  • where used list
  • transport management
  • source control

anim

setup

Check the system requirements on the wiki and follow the installation instructions

You will end up with one or more server connections like this in your vs code configuration:

{
  "abapfs.remote": {
    "NPL": {
      "url": "https://vhcalnplci.bti.local:8000",
      "username": "developer",
      "password": "secret",
      "client": "001", // client is required for SAPGUI integration. Might need more
      "language": "EN",
      "allowSelfSigned": true
    }
  }
}

License

MIT license applies

some icons found in client/images are from Material design and subject to the Apache license 2.0

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

vscode_abap_remote_fs's People

Contributors

marcellourbani avatar filak-sap avatar larshp avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.