vs2010/2012 Configuration Optimization Record notes
In some cases vs2010/2012 run really is too card, there is any way to improve the speed? Here are a few optimization strategies, interested friends can refer to, hope can help you
?
Sometimes vs2010/2012 run really is too card, odd card incomparable, the following several skills can slightly let you think it is not so card ~ below to VS2010 speaking
?
- VS2010 Options Visual Experience settings
Tools, Options, Environment
The visual experience of the check is removed. Don't explain, you know. (However, it is recommended to turn on hardware acceleration)
?
- Disable IntelliSense
Tools, Options, text editor->c/c++-> advanced
Disable IntelliSense set to True
This function is very useful. More accurate than the visualassistx,intellisence results, but the activity is also more frequent, when the project is a large change of head will make vs become very card.
?
- Enable fallback position
Tools, Options, text editor->c/c++-> advanced, fallback location
Enable two of these
?
- Close the navigation bar
Tools, Options->c#-> General
Uncheck the navigation bar
The navigation bar is still pretty good, and I'm not suggesting to get rid of him.
?
- To cancel tracking activity items
Tools, options, projects and solutions
To cancel tracking activity items in Solution Explorer
?
- Cancel Refactoring
Tools, options, projects and solutions
Enablerefactoringonrename set to False
- Disable IntelliTrace
IntelliTrace is a new feature of VS2010
Enabled by default and collects only IntelliTrace events.
At present, it is not very familiar with this function, but the introduction is quite beneficial to the development, but at the same time, the consumption of resources is inevitable.
Disable methods, tools, Options->intellitrace
- Build only startup projects and dependencies at run time
Tools----project and solution--build and run: Generate only startup projects and dependencies at run time, before ticking
- Enable 2g+ memory support
Enable devenv.exe 2g+ memory support, run Visual Studio command prompt as administrator, navigate to C:\Program Files\Microsoft Visual Studio 10\common7\ide\, first back up Deven V.exe, and then run
Editbin/largeaddressaware devenv.exe
?
- No Amendment
Tools---text editor--General: revision, pre-check remove
?
- Disabled HTML designer
Tools--Options-->html Designer--general: Enable HTML Designer, remove the front check;
?
?
^_^ Brucelone
2015-9-2
vs2010/2012 Configuration Optimization Record notes