Re: Dealing with a new codebase

Tech-Archive recommends: Speed Up your PC by fixing your registry



I found the same thing. Once it had finished updating, I felt like I was watching a movie every time I moved the cursor or typed anything. Just too much going on that I don't really need. Of course it's infinitely customizable but spending a lot of time switching things off on all my machines sorta defeats the purpose.

The older I get, the more I appreciate the simplicity and raw speed of notepad. :)

-JJ

Gerry Murphy wrote:
Well, I tried Visual Assist for a couple of weeks but now I think I'm going to uninstall it.
It keeps updating intellisense everytime I open VS and this takes forever.
Most of the other features are not immediately useful to me.

Thanks.

Gerry Murphy

"David Ching" <dc@xxxxxxxxxxxxxxxxxxxxxx> wrote in message news:sz0Pj.2214$pS4.280@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
"Gerry Murphy" <gerrymurphy429@xxxxxxxxx> wrote in message news:eFjGQy6oIHA.548@xxxxxxxxxxxxxxxxxxxxxxx
Dave,

I've got that installed, everybody here likes and uses it, but it's not immediately obvious to me how that helps. ( I am new to VA)

It helps in several ways. Most importantly (for me) is that when you put the cursor on a symbol, the bar at the top shows the declaration (so you instantly know what type it is). Typing Alt+G goes to the declaration. Once there, pressing Ctrl+* pops back up to the original location. This lets you effortlessly drill down into function calls and data symbols and come back up. So you can see how functions relate to each other.

If you hover over a symbol, the down arrow appears, clicking it gives you a menu with "Find References" in it. You instantly get a list of all the places where the symbol is referenced.

The VA Outline window gives you a high level view of what is available in the currently active file.

Finally, the syntax coloring is much better, it colors more things appropriately and makes it easier to read code.

-- David





.



Relevant Pages

  • Re: plsql. Test API?
    ... >PROCEDURE query ( ... REF CURSOR. ... Also your parameter declaration is syntactically not correct (as you ... type curtype is ref cursor; ...
    (comp.databases.oracle.misc)
  • Re: Type A Question
    ... your cursor is in the formula name, ... the relevant help article... ... Double clicking the cell will show you ... all of the formula's references too which might help you ...
    (microsoft.public.excel.newusers)
  • Re: Is there a cleaner way to do this?
    ... The cursor declaration uses the same SELECT ... SET sentmail = null ... > update SENDCALL70C ...
    (microsoft.public.sqlserver.programming)
  • Re: More on closing Oracle ref cursors
    ... I would be interested to know if tracing shows ... > cursor retrieved will not be destroyed until the pl/sql handle ... sounds like something is keeping a reference to the cursor statement ... figure out what might be keeping references open. ...
    (perl.dbi.users)
  • Re: More on closing Oracle ref cursors
    ... I would be interested to know if tracing shows his cursors being destroyed in a timely fashion, since I suspect that something may be maintaining references to the DBI handles for longer than necessary. ... statement handle to the cursor statement handle, so the last cursor retrieved will not be destroyed until the pl/sql handle is destroyed. ... Note we are within the second call of bind_param_inout <- DESTROY= undef at perl2 line 18 ...
    (perl.dbi.users)