Its not too big a deal. putting a semicolon ; on the line of code
before allows me to have auto complete on inferred types and all that
good stuff. Afterwards I just take it off. heh.
Something else interesting though minor is that if you make a macro
project and then have another project add it as a reference in your
solution then that project loses all of the VS integration abilities
including; auto complete, error detection, syntax highlighting, scope
collapsing,.. .
Workarounds are:
- Remove referenced macro project every time before opening files in
IDE for Dependant project <- really annoying
- Or what i do, which is have the project be in the same solution but
add a reference to the binary on disk instead of to the project.
On Mar 22, 7:15 pm, VladD2 <
v...@rsdn.ru> wrote:
> 2008/3/22,
Sir.Deeni...@gmail.com <
Sir.Deeni...@gmail.com>:
>
> > Perhaps I am doing something wrong but it seems that auto-complete
> > (and parsing too, sometimes i get false negatives before a successful
> > build) does not work properly if you use the indentation style to
> > organize your code.
>
> Yes. It depend on implementation of indentation style. Seehttp://
nemerle.org/bugs/view.php?id=792