Git Product home page Git Product logo

urscript-extension's Introduction

urscript-extension

Forked from https://github.com/ahernguo/urscript-extension

繁體中文

This is a Visual Studio Code extension that built for Universal Robots™ Script language.

This extension provides a simple coding environment with VSCode that more easily use than simulator.

Notice

  • Compiler, syntax check are NOT includes. You should upload program to controller or simulator for compile and execute.
  • This extension WITHOUT LSP (Language Server Protocol)
  • Below option will be modified after extension activated
    • editor.tabSize: 2
    • editor.insertSpaces: true
    • files.eol: '\n'

Features

  • Completion and signatures

    • Base on official scriptManual.pdf completion
  • Show tips when mouse hover

    • Contains official and user defined hover
  • Code snippets

    • def, if and others snippet
  • Formatting

    • Indents, add spaces format
  • Go to definition

    • Go to (F12) and preview functions definition
  • Symbols and outline

    • Go to symbol (CTRL + SHIFT + O) and outline information symbols

Version

Please refer to change logs for detail changes.

Installation

You can download latest .vsix from release page.

Or to install the latest commits from master branch, compile it into the VSIX code and then side load it into VSCode.

  1. npm install -g vsce to make sure you have vsce installed globally
  2. git clone https://github.com/piyooshm/urscript-extension to clone the repo if you havent already done so
  3. cd urscript-extension
  4. npm install to install dependencies if you havent already done so
  5. vsce package to build the package. This will generate a file with extension vsix
  6. Open VSCode and Run the command Extensions: Install from VSIX..., choose the vsix file generated in the previous step

urscript-extension's People

Contributors

ahernguo avatar mbush92 avatar dependabot[bot] avatar piyooshm avatar palmmaximilian avatar benmaidel avatar

Forkers

pm-ur

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.