Giter Site home page Giter Site logo

michal-kapala / vscode-jitterbit Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 114 KB

VS Code extension for Jitterbit Script

Home Page: https://marketplace.visualstudio.com/items?itemName=michal-kapala.jitterbit

License: MIT License

JavaScript 1.53% TypeScript 98.47%
jitterbit vscode-extension ipaas jitterbit-harmony jitterbit-studio lsp lsp-server vscode

vscode-jitterbit's Introduction

VS Code Jitterbit extension

Full-fledged Visual Studio Code language extension for Jitterbit scripts. It includes:

Language server features

Diagnostics

Support for textDocument/publishDiagnostics notification. Errors and warnings are provided by the underlying package.

diagnostics

File notifications

The extension keeps files in sync on editor-originating updates:

Code completion

Support for textDocument/completion request. Jitterbit API definitions (system variables, functions and documentation) are provided by the underlying package.

completion

Hover

Support for textDocument/hover request. Provides variable type information, function signatures and documentation for functions and system variables.

hover

Signature help

Support for textDocument/signatureHelp request. Supports polymorphic functions.

signature

Symbol highlight

Support for textDocument/documentHighlight request.

highlight

References

Support for textDocument/references request. Only variable and functions references are supported.

Note that the extension does not perform workspace indexing, thus it will only return the references in files that have been opened in the current editor session.

references

Renaming

Support for textDocument/rename request. Only variable renaming is supported.

Global/system variable renaming do not require $ in the input. The initial input completion or dotted names will use the segment including the current cursor position.

Similarly to references, only the occurences in files that have been opened in the current editor session will be updated.

rename

Disclaimers

The language server was built using Microsoft's lsp-sample template.

It employs jitterbit-script package for script parsing and static analysis.

This extension is a community effort and as such is not affiliated with, endorsed, supported or maintained by @jitterbit.

The Jitterbit logo is a trademark of Jitterbit, Inc.

vscode-jitterbit's People

Contributors

michal-kapala avatar

Stargazers

Jesse Windebank avatar

Watchers

James Cloos avatar  avatar Jesse Windebank avatar

vscode-jitterbit's Issues

Docs

  • update README with features
  • license
  • banner

Commands

Commands for shortcuts such as multiline commenting could be added to simplify the workflow.

Additionally, project file management commands could be added in future to transfer the Jitterbit files into and out of the workspace, e.g. the functionality of jitterbit-extractor.

  • comment shortcut
  • script execution
  • script extraction from project files

syntax highlighting incompatibility

Currently syntax highlighting breaks highlighting for other file types, this is likely a problem with scope names.

As a workaround you can simply disable the extension when working with other file types and enable it when needed.

Deploying scripts

Hi @michal-kapala,

This is brilliant thanks for sharing!

Have you found a streamlined process to deploy scripts to a Jitterbit project from VS code or you having to copy and paste into Jitterbit Studio?

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.