Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Availability as standalone LSP #423

Closed
pidgeon777 opened this issue Mar 26, 2024 · 2 comments
Closed

Availability as standalone LSP #423

pidgeon777 opened this issue Mar 26, 2024 · 2 comments
Assignees
Labels
enhancement new feature or request

Comments

@pidgeon777
Copy link

This LSP supports AHK v2, and can be run in any editor supporting LSP:

https://github.com/thqby/vscode-autohotkey2-lsp

I was wondering if there is a way to make use of your plugin LSP also, and if yes, how.

I know that with TS/Node.js based LSP (especially in VSCode) you can obtain a server.js starting from the TS files, and then with node server.js --stdio you can start on LSP.

@pidgeon777 pidgeon777 added the enhancement new feature or request label Mar 26, 2024
@pidgeon777
Copy link
Author

After opening this issue, I received this weird notification in my Notifications panel:

AutoHotkeyU64_y4sV1Oh4NN

@mark-wiemer
Copy link
Collaborator

I'll say there's very little unique LSP code in this repo. Most of it is copied from the credited repos at the bottom of the README and in the changelog. You'll have the best experience just using those directly :) Standalone LSP support for this might be considered if I ever drastically change the logic and fix significant bugs, but it's never something I've deployed before so it'd take some research :)

Don't worry about the project management notification, that's a minor issue I've had that doesn't affect much :)

@mark-wiemer mark-wiemer closed this as not planned Won't fix, can't repro, duplicate, stale Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new feature or request
Projects
None yet
Development

No branches or pull requests

2 participants