Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Plugin for vscode

Tags:

sorbet

I am trying to test Sorbet on a Rails project.

  • followed the adoptions guidelines
  • installed and run the gem sorbet-rails
  • changed to # typed: true
  • restarted vscode

but nothing is really happening, I think I am missing a part of the puzzle. Has anyone found a solution to get Sorbet to work with Vs Code

Thanks

like image 600
Adrien Avatar asked Jun 21 '19 11:06

Adrien


People also ask

How do I add plugins to VS Code?

You can browse and install extensions from within VS Code. Bring up the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of VS Code or the View: Extensions command (Ctrl+Shift+X). This will show you a list of the most popular VS Code extensions on the VS Code Marketplace.

How do I check my VS Code plugins?

You can access in the right menu like bellow image with shortcut CTRL+SHIFT+X . If does not appear, you can click on three points and then Show Installed Extensions.

What are code plugins?

Plugins are packages of code that extend the core functionality of WordPress. WordPress plugins are made up of PHP code and can include other assets such as images, CSS, and JavaScript. By making your own plugin you are extending WordPress, i.e. building additional functionality on top of what WordPress already offers.


1 Answers

Sorbet committer here. VSCode plugin is currently going through stabilization of features at Stripe. It will be open-sourced when it is feature complete and stable.

You can see a preview of how it will work at the demo site.

like image 112
user537862 Avatar answered Oct 24 '22 09:10

user537862