Giter VIP home page Giter VIP logo

diplomat-vscode's Introduction

Diplomat LSP Host

This VSCode extension allows interfacing with the Diplomat Language Server, available as slang-lsp in slang-lsp repository.

Diplomat is a language server based upon slang and written in C++ . It works by actually elaborating the designs in your workspace, thus enabling checks across files that takes instanciations into account.

Howto build

git clone [email protected]:suzizecat/diplomat-vscode.git
cd diplomat-vscode
npm install
npm run publish
code --install-extension diplomat*.vsix

Documentation

The detailed documentation will be available here

Features

This extension brings support for SystemVerilog language in VSCode. The following feature are supported:

  • Workspace files detections
  • Error and warning checking
  • Go to definition (across files)
  • Go to/Find all references (across files)
  • Code coloration
  • Instanciate module
  • Set top level of the design
  • Open waveforms in GTKWave (if available)
  • Ignore files and patterns
  • Format file (ongoing)

Requirements

Have a compiled version of slang-lsp available. See slang-lsp repository for more information.

Extension Settings

This extension contributes the following settings:

  • diplomatServer.serverArgs: Arguments used when invoking the server.
  • diplomatServer.index.validExtensions: Files extension to read for indexing
  • diplomatServer.server.useTCP: Connect to an instance of Diplomat Server that have been started in TCP mode.
  • diplomatServer.serverPath: Command to use for Diplomat Server
  • diplomatServer.tools.GTKWave.path: Command to use for GTKWave
  • diplomatServer.tools.GTKWave.verbose: Makes GTKWave verbose by forwaring all STDIO outputs to the extension output
  • diplomatServer.tools.GTKWave.options: Other options to pass to GTKWave on invokation.

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.