Skip to content

A simple C# IDE written using WPF. A part of GUI programming course at my uni

Notifications You must be signed in to change notification settings

barankiewicz/pwsg-visualstudent

Repository files navigation

Visual Student

Visual Student is a basic C# IDE written using WPF.

Installation

Download the .exe and run it, or download the project and build it yourself!

Features

  • Opening folders that contain .sln file and displaying the project tree.
  • Opening multiple tabs with .cs files and editing them
  • File edit indicator (a little '*' on the file's tab) as well as an 'X' icon for each tab that lets you close it (the 'X' icon doesn't have to belong to the currently selected tab!)
  • Building and running .sln projects
  • Keyboard shortcuts (Ctrl+S, Ctrl+N, F5 for Building etc)
  • The Output tab that displays build info and build errors
  • A plugin system that dynamically reads plugins in runtime

Screenshot

Screenshot

About

A simple C# IDE written using WPF. A part of GUI programming course at my uni

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages