All Projects → marcellourbani → Vscode_abap_remote_fs

marcellourbani / Vscode_abap_remote_fs

Licence: mit
Remote filesystem for ABAP systems

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vscode abap remote fs

Laravel Translations Loader
Webpack loader to import Laravel translation files (PHP or JSON) into your JS bundle as JSON.
Stars: ✭ 109 (-1.8%)
Mutual labels:  hacktoberfest
Action policy Graphql
Action Policy integration for GraphQL
Stars: ✭ 110 (-0.9%)
Mutual labels:  hacktoberfest
Futhark
💥💻💥 A data-parallel functional programming language
Stars: ✭ 1,641 (+1378.38%)
Mutual labels:  hacktoberfest
Spotify Dart
A dart library for interfacing with the Spotify API.
Stars: ✭ 109 (-1.8%)
Mutual labels:  hacktoberfest
Mole
CLI application to create ssh tunnels focused on resiliency and user experience.
Stars: ✭ 1,520 (+1269.37%)
Mutual labels:  hacktoberfest
Chocobar
The usual Snackbar with more 🍫 and colours 🎉
Stars: ✭ 110 (-0.9%)
Mutual labels:  hacktoberfest
Openssh
Development repository for the openssh cookbook
Stars: ✭ 108 (-2.7%)
Mutual labels:  hacktoberfest
Presently
Android app for recording gratitude journal entries
Stars: ✭ 109 (-1.8%)
Mutual labels:  hacktoberfest
Yii2 Swiftmailer
Yii 2 swiftmailer extension.
Stars: ✭ 109 (-1.8%)
Mutual labels:  hacktoberfest
Nodejs.dev
A new Node.js resource built using Gatsby.js with React.js, TypeScript, and Remark.
Stars: ✭ 1,794 (+1516.22%)
Mutual labels:  hacktoberfest
Json Decoder
JsonDecoder implementation that allows you to convert your JSON data into PHP class objects
Stars: ✭ 109 (-1.8%)
Mutual labels:  hacktoberfest
Thorium
Platform for starship simulator controls
Stars: ✭ 109 (-1.8%)
Mutual labels:  hacktoberfest
Belajar Git
Tutorial Git dalam Bahasa Indonesia
Stars: ✭ 109 (-1.8%)
Mutual labels:  hacktoberfest
Trufflesuite.com
Truffle Suite website source
Stars: ✭ 109 (-1.8%)
Mutual labels:  hacktoberfest
Omegaup
omegaUp automatic programming contest evaluator & arena
Stars: ✭ 110 (-0.9%)
Mutual labels:  hacktoberfest
Myportfolio Hacktoberfest2019
I'm in need for a new portfolio website. Maybe the Hacktoberfest army could help me?
Stars: ✭ 109 (-1.8%)
Mutual labels:  hacktoberfest
Fuego
Fuego is a command line client for the firestore database (https://firebase.google.com/docs/firestore).
Stars: ✭ 110 (-0.9%)
Mutual labels:  hacktoberfest
Scaffold Static
Scaffolding utility for vanilla-js
Stars: ✭ 111 (+0%)
Mutual labels:  hacktoberfest
Spotify Playlist Archive
Daily snapshots of public Spotify playlists
Stars: ✭ 111 (+0%)
Mutual labels:  hacktoberfest
Foreman Ansible Modules
Ansible modules for interacting with the Foreman API and various plugin APIs such as Katello
Stars: ✭ 109 (-1.8%)
Mutual labels:  hacktoberfest

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

Getting started

The easiest way is to first create a connection with an ABAP server by running command

AbapFs Create connection

and follow the instructions, then run command

AbapFs Connect to an ABAP system

to connect to it. Your abap code will appear in the file tree on the left.

You can also look up ABAP objects by name with command

AbapFs Search for object

Links

Getting started wiki/documentation blog post by Leon Hassan

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
  • integrated with abapGit (now using the scm view)
  • integrated with test explorer

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].