C++/CLI WinForms Codeformatierung



  • Hi!

    Wisst ihr wie man die automatische Formatierung von Code bei C++/CLI WinForms Projekten im Visual Studio ändern kann?

    So wie erst per Default mach, das ist ja kein Zustand:

    namespace Blub {
    
    	public ref class Form1 : public System::Windows::Forms::Form
    	{
    	public:
    		[...]
    	protected:
    		[...]
    	private:
    	protected: 
    		[...]
    	private:
    		[...]
    	private: System::Void button1_Click(System::Object^  sender, System::EventArgs^  e) {
    				 }
    		};
    }
    


  • Ich wäre auch froh, man könnte das irgendwo ändern...

    Du kannst höchstens mal in "Tools|Options|Text Editor|C/C++|Formatting" schauen...


Anmelden zum Antworten