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

Go+ vscode plugin #6

Open
30 of 42 tasks
xushiwei opened this issue Oct 20, 2023 · 1 comment
Open
30 of 42 tasks

Go+ vscode plugin #6

xushiwei opened this issue Oct 20, 2023 · 1 comment

Comments

@xushiwei
Copy link
Member

xushiwei commented Oct 20, 2023

  • Go+ related
    • Go+ file icon
    • Go/Go+ mixed project
    • GenGo when workspace opened
    • GenGo when Go+ files saved/watchChanged
    • Go+ Classfile
  • IntelliSense
    • Code completion
    • Signature help
    • Quick info on hover
  • Code Navigation
    • Go to definition
    • Go to type definition
    • Go to symbol
    • Find references
    • Find interface implementations
    • Document outline
    • Document highlight
    • Toggle between code and tests
  • Code Syntax
    • Syntax Highlighting
  • Inlay Hints
    • Inlay Hints
  • Code Editing
    • Snippets
    • Format and organize imports
      • Add import
    • Rename symbol
    • Refactor
  • Code Generation
    • Add or remove struct tags
    • Generate interface implementation
    • Generate unit tests
    • Fill struct literals
  • Diagnostics
    • Build errors
    • Vet and extra analyses
    • Lint errors
    • Vulnerabilities in dependencies
  • Code Lenses
    • Test func/file/package
    • Run main package/func
    • Run app with arguments
    • Run app for Go+ Classfile
    • Debug func
  • Run and test in the editor
    • Run your code
    • Test and benchmark
    • Code coverage
    • Profiling
  • Debugging
    • Debug your code
  • Other
    • Go+ Playground

See https://github.com/golang/vscode-go/wiki/features

@xushiwei
Copy link
Member Author

How to build:

  • npm install
  • npm run package

Then you will get goplus-0.1.0-dev.vsix. Select it in vscode context menu to install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant