You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When selecting an dependencie in the .toml file it could redirect the user to the crates.io site of it. Kinda like intellij is doing it. This would open the browser with the following url https://crates.io/crates/dependency_name/version .
Dont know what the best approach would be. An icon on the left side of the editor or with an submenu in rightklick.
The text was updated successfully, but these errors were encountered:
LSP4E now allows to return an external URL for "definition" request (usually Ctrl+click) or even to make the hover show content of remote HTML IIRC. So it seems to me that the work to have this should be done on the language-server side and that once the LS properly connects to the creates.io site and return it in relevant requests, LSP4E would automatically handle it.
When selecting an dependencie in the .toml file it could redirect the user to the crates.io site of it. Kinda like intellij is doing it. This would open the browser with the following url https://crates.io/crates/dependency_name/version .
Dont know what the best approach would be. An icon on the left side of the editor or with an submenu in rightklick.
The text was updated successfully, but these errors were encountered: