Author |
Topic |
|
Left
New Member
5 Posts |
Posted - May 07 2006 : 08:32:11 AM
|
Guys, you've already implemented a great feature - switching between h and cpp files. It simplifies a code navigation a lot. Let me suggest to make this feature more smart. It will be cool to allow the user to add "file pairs" to be switched. For example, I'd like to switch between .html and .js files. Also, some of my .h and .cpp files has a different names. Allowing me to store permanently "tips" for Ctrl+O will simplify my work a lot.
Thanks. |
|
rhummer
Tomato Guru
USA
527 Posts |
|
Left
New Member
5 Posts |
Posted - May 10 2006 : 09:22:24 AM
|
Thanks for your response. But I don't understand how MRU can help me. I don't want to switch between most recently used files, I can always use Ctrl+Tab for this action. Macro from codeproject also does not looks too professional :(. Writing special plug-in to support only smart switching between files is not looking as a good idea. One of main VisualAssist goals is quick source code navigation, isn't it? I thought this feature could be useful. |
|
|
feline
Whole Tomato Software
United Kingdom
19003 Posts |
Posted - May 10 2006 : 2:29:47 PM
|
MRU is useful when you are working on a small number of files out of a much larger project. if the files are currently open then this does overlap with CTRL-TAB, but the problem with CTRL-TAB is it does not work so well when you have 10 or 20 files open at once.
VA does a lot to help with quick code navigation, but there are limits. some feature requests really are asking for an entire new product.
what you are asking for here falls into a grey area. arguably this is a logical extension to what VA already does, but the problem is you are asking to setup "n" pairs of known file extensions. this goes from being a small and simple feature and turns into something that suddenly requires options and to be configured.
have you looked into the VSHelper macro? i have not used it myself, but the code is quite straight forward and it is a simple matter to simply add the file extensions you want to the macro code. |
zen is the art of being at one with the two'ness |
|
|
feline
Whole Tomato Software
United Kingdom
19003 Posts |
Posted - May 31 2006 : 2:38:54 PM
|
looks like forum spam, so i have deleted the posts i found. |
zen is the art of being at one with the two'ness |
|
|
|
Topic |
|