Skip to content

Commit

Permalink
startup animation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellourbani committed Oct 25, 2018
1 parent 6497d4c commit 8023914
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Ideally one day this will allow you to edit your ABAP code directly in Visual st
Very early stages, for now it only displays some packages and a handful of object types, no local objects,subroutines in object lists...

Even things that do work need a big refactor

![anim](https://user-images.githubusercontent.com/2453277/47482169-ae0cc300-d82d-11e8-8d19-f55dd877c166.gif)
![image](https://user-images.githubusercontent.com/2453277/47466602-dd99dc00-d7e9-11e8-97ed-28e23dfd8f90.png)
syntax highlighting added manually with the [ABAP language extension](https://marketplace.visualstudio.com/items?itemName=larshp.vscode-abap),picture was too lame without it :)

Expand All @@ -13,6 +15,10 @@ Connect to your SAP server using the ADT interface

## setup

Too early to publish, there's a compiled extension you can run from source or install from the command line with

`code --install-extension vscode-abap-remote-fs-0.0.1.vsix`

You will need connection details in your settings:

```json
Expand Down

0 comments on commit 8023914

Please sign in to comment.