[MonoDevelop] problems with code completion

João Gomes jg at netvisao.pt
Fri Jun 30 18:42:17 EDT 2006


Hi!

This is the output of the compilation of my solution:


Building Solution LissToC

Building Project: LissToC Configuration: Debug
Performing main compilation...
Compilation succeeded - 11 warning(s)

/home/joao/Desktop/LissToC/Entry.cs(69,11): warning CS0219: The variable
`typeValue' is assigned but its value is never used
/home/joao/Desktop/LissToC/Entry.cs(68,11): warning CS0219: The variable
`type' is assigned but its value is never used
/home/joao/Desktop/LissToC/SymbolTable.cs(112,8): warning CS1718:
Comparison made to same variable; did you mean to compare something else?
/home/joao/Desktop/LissToC/SymbolTable.cs(566,14): warning CS0219: The
variable `arrayF' is assigned but its value is never used
/home/joao/Desktop/LissToC/SymbolTable.cs(1180,14): warning CS0219: The
variable `dimA' is assigned but its value is never used
/home/joao/Desktop/LissToC/SymbolTable.cs(1361,245): warning CS0219: The
variable `type' is assigned but its value is never used
/home/joao/Desktop/LissToC/SymbolTable.cs(1448,11): warning CS0219: The
variable `storeBase' is assigned but its value is never used
/home/joao/Desktop/LissToC/SymbolTable.cs(1579,8): warning CS0219: The
variable `init' is assigned but its value is never used
/home/joao/Desktop/LissToC/SymbolTable.cs(1652,22): warning CS0219: The
variable `next2' is assigned but its value is never used
/home/joao/Desktop/LissToC/SymbolTable.cs(1652,37): warning CS0219: The
variable `next3' is assigned but its value is never used
/home/joao/Desktop/LissToC/SymbolTable.cs(52,8): warning CS0169: The
private field `Liss.SymbolTable.tree' is assigned but its value is never
used


Build complete -- 0 errors, 11 warnings

---------------------- Done ----------------------

Build: 0 errors, 11 warnings

As you can see, it has only warnings.
The main function is in file Liss.cs
I created an object "parser" of class Parser. This classes is defined in
file Parser.cs

When I write parser. it should show me the methods of class Parser, but it
doesn't works. I don't understand why.
This  happens with an object from any class.

Anyway, thank you for the help.




Rafael Teixeira wrote:
It has to parse your code to be able to show any information, as long
as some syntax error blocks this, it won't show any information. Just
a missing semicolon ';' may cause that. So be sure your code compiles
ok, before trying to auto-complete.

Hope it helps,

On 6/30/06, João Gomes <jg at netvisao.pt> wrote:
> Hi!
>
> I'm having problems using Monodevelop with code completion.
>
> I was using the old 0.7 version.
> And, using the same solution, sometimes the code completion showed the
> methods I could use in an object, but sometimes don't... this happened
> for
> the same piece of code in the same solution.
>
> I upgraded to 0.10 version.
> Now, it doesn' show me the methods for objects of classes of my
> solution.
>
> This is my problem or it's a Monodevelop bug?
>
> Can somebody help?
>
> Thank you!
>
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>


--
Rafael "Monoman" Teixeira
---------------------------------------
"The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore all
progress depends on the unreasonable man." George Bernard Shaw





More information about the Monodevelop-list mailing list