Skip to content

A simple VSCode plugin that adds support for the Pseudo-code dialect used for cs ed in Germany

License

Notifications You must be signed in to change notification settings

Jotrorox/Better-PseudoCode-Support

Repository files navigation

Better PseudoCode Support

Screenshot

🎯 About

VSCode PseudoCode Support for the PseudoCode dialect used by the German school system to teach Programming. The Language is specified in the Formelsammlung Informationstechnik file.

✨ Features

  • ✅ Syntax Highlighting
  • ✅ Snippets
  • ❌ Linting
  • ❌ Code Formatting

If you have any suggestions for new features or things like snippets that should be added feel free to open an issue or a pull request.

💨 Getting Started

  1. Launch Visual Studio Code
  2. From the command palette Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P (macOS)
  3. Select Install Extension
  4. Choose the extension PseudoCode Support
  5. Reload Visual Studio Code

Open a file with the .pc extension and start writing PseudoCode.

🙌 Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📝 License

This project is under the AGPLv3 License. For more details, see the LICENSE file.


Made with ❤️ by Jotrorox