Mike Dalton
Mike Dalton
@kbeckman Sorry for taking so long to get back to you. The token issuer is ADFS (Active Directory Federated Services). I looked around for a little bit and the examples...
I'm interested in a feature like this as well. Here's a scenario where this would be helpful. A developer wants to add a new field to the API. They update...
Added a PR for this. #159
@marcoroth I'm going to see if I can figure this out
@marcoroth I've got this somewhat working locally. It seems like [Intellij allows you](https://plugins.jetbrains.com/docs/intellij/language-server-protocol.html#language-server-integration) to either bundle the language server inside the plugin or have users configure where the language server...
I wanted to bundle the language server in the plugin to make it easier to setup but I couldn't figure out how to do that. I've got a version of...
@marcoroth Is it intended that installing `stimulus-language-server` globally will add an executable that can be ran? When I run `yarn global add stimulus-language-server`, it mentions that it installed an executable...
> Would it make sense to host the code for that here in this repo too? Sure I'm fine with having it in this repo. Once I get a good...
I've noticed this as well with https://github.com/afcapel/stimulus-autocomplete I'm using `jsbundling-rails` and `sprockets-rails`. I'm using Cursor. index.js ``` import { Autocomplete } from 'stimulus-autocomplete' application.register('autocomplete', Autocomplete) ```