https://github.com/go-flutter-desktop/vscode-hover
Experimental Hover extension for VSCode
https://github.com/go-flutter-desktop/vscode-hover
Last synced: 2 months ago
JSON representation
Experimental Hover extension for VSCode
- Host: GitHub
- URL: https://github.com/go-flutter-desktop/vscode-hover
- Owner: go-flutter-desktop
- Created: 2020-04-21T21:48:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T17:33:40.000Z (over 5 years ago)
- Last Synced: 2025-06-23T04:43:28.486Z (6 months ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VS Code Extension for Hover
Experimental VSCode Extension for Hover.
Install this plugin by opening the extensions tab (ctrl+shift+x) and search for `go-flutter.hover`.
After installing this extension you can execute `Hover: Run` from the command palette. The extension will execute `hover run` and starts the Flutter Debugger to attach to the running app.
Please file issues or requests at the [go-flutter issue tracker](https://github.com/go-flutter-desktop/go-flutter/issues).
## Contribute
All help is welcome!
If you want to add a feature, please start by opening an issue in the [go-flutter issue tracker](https://github.com/go-flutter-desktop/go-flutter/issues) so we can discuss the new feature.
### How to debug
- Run `npm install` in terminal to install dependencies
- Run the `Run Extension` target in the Debug View. This will:
- Start a task `npm: watch` to compile the code
- Run the extension in a new VS Code window