Skip to content

QB64 PE (Phoenix Edition) Extension for Visual Studio Code.

License

Notifications You must be signed in to change notification settings

grymmjack/qb64pe-vscode

 
 

Repository files navigation

QB64PE (Phoenix Edition) for Visual Studio Code

A VSCode extension that adds support for QB64 PE.

This fork was created with permission from LordDurus to enhance and extend the vscode extension to support QB64PE.

Features

  • Utilize F1 to open help via the QB64PE Wiki
  • Ctrl+F1 to open keyword list alphabetical
  • Shift+F1 to open keyword list by usage
  • Go to Definition F12
  • F12 to follow (open) an Include file
  • F5 to Build & Run
  • ctrl+shift+b to build the current file
  • Syntax highlighting for QB64PE (up to the latest version)
  • Code outline (CTRL+F2)
  • Code folding
  • Build Only
  • Highlights TODOs in the comments
  • Box around (_)rgb(32) commands the color of the command.
  • ctrl+alt+l to run the lint - this is experimental. Please report any issues.
  • Snippets
    • ifelse
    • ifthen
    • sub
    • func
    • type
    • for

Requirements

Get Started Writing QB64PE with VS Code

Found a Bug?

Please utilize the Issues and file a new one.

License

The VS Code for QB64PE extension is subject to these license terms. The source code to this extension is available on https://github.com/grymmjack/qb64pe-vscode and licensed under the MIT license.

Acknowledgments