RE: No intellisense in Visual Haskell

OK, I found the problem while trying to make a cut-down test case. I had a module called Main, but the file was called FooMain.hs - this was causing all the intellisense for every project in my solution to break.
I've worked round it by renaming my module to FooMain and passing -main-is in the GHC options, but I'd be inclined to view this as a bug, as I think this is a fairly standard way of working with modules - what do you think?
Cheers,
Ganesh
-----Original Message-----
From: Krasimir Angelov [mailto:kr.angelov@gmail.com]
Sent: 15 January 2007 16:48
To: Sittampalam, Ganesh
Cc: Pepe Iborra; GHC users
Subject: Re: No intellisense in Visual Haskell
It could help if you can provide an example that breaks the
intellisense of Visual Haskell. It doesn't depend on the project size
but perhaps you have found a bug in it.
Cheers,
Krasimir
On 1/15/07, Sittampalam, Ganesh
Sorry, I forgot to make clear that the project builds fine from inside the IDE.
-----Original Message----- From: Pepe Iborra [mailto:mnislaih@gmail.com] Sent: 15 January 2007 16:06 To: Sittampalam, Ganesh Cc: 'GHC users' Subject: Re: No intellisense in Visual Haskell
Ganesh,
In my experience as a user, it seems that Intellisense stops working in presence of compilation errors. Have you checked this?
Cheers pepe
On 15/01/2007, at 17:00, Sittampalam, Ganesh wrote:
Hi,
I've installed Visual Haskell and am having some trouble with the Intellisense functionality. It works fine on a small project I start from scratch, but doesn't work at all for a bigger project (no tooltips, "Go to Definition" doesn't work, etc etc). Is there any way to debug this?
Cheers,
Ganesh
====================================================================== ======== Please access the attached hyperlink for an important electronic communications disclaimer:
http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html ====================================================================== ========
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
============================================================================== Please access the attached hyperlink for an important electronic communications disclaimer:
http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html ==============================================================================
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
============================================================================== Please access the attached hyperlink for an important electronic communications disclaimer: http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html ==============================================================================

Visual Haskell is sensitive to the file name <-> module name mapping.
For the case of Main there could be only one module with this name for
a given package and I usually name it Main.hs. For the case of Main
there could be a special handling in Visual Haskell because the Cabal
description keeps its file name but this is not implemented at the
moment.
Cheers,
Krasimir
On 1/15/07, Sittampalam, Ganesh
OK, I found the problem while trying to make a cut-down test case. I had a module called Main, but the file was called FooMain.hs - this was causing all the intellisense for every project in my solution to break.
I've worked round it by renaming my module to FooMain and passing -main-is in the GHC options, but I'd be inclined to view this as a bug, as I think this is a fairly standard way of working with modules - what do you think?
Cheers,
Ganesh
-----Original Message----- From: Krasimir Angelov [mailto:kr.angelov@gmail.com] Sent: 15 January 2007 16:48 To: Sittampalam, Ganesh Cc: Pepe Iborra; GHC users Subject: Re: No intellisense in Visual Haskell
It could help if you can provide an example that breaks the intellisense of Visual Haskell. It doesn't depend on the project size but perhaps you have found a bug in it.
Cheers, Krasimir
On 1/15/07, Sittampalam, Ganesh
wrote: Sorry, I forgot to make clear that the project builds fine from inside the IDE.
-----Original Message----- From: Pepe Iborra [mailto:mnislaih@gmail.com] Sent: 15 January 2007 16:06 To: Sittampalam, Ganesh Cc: 'GHC users' Subject: Re: No intellisense in Visual Haskell
Ganesh,
In my experience as a user, it seems that Intellisense stops working in presence of compilation errors. Have you checked this?
Cheers pepe
On 15/01/2007, at 17:00, Sittampalam, Ganesh wrote:
Hi,
I've installed Visual Haskell and am having some trouble with the Intellisense functionality. It works fine on a small project I start from scratch, but doesn't work at all for a bigger project (no tooltips, "Go to Definition" doesn't work, etc etc). Is there any way to debug this?
Cheers,
Ganesh
====================================================================== ======== Please access the attached hyperlink for an important electronic communications disclaimer:
http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html ====================================================================== ========
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
============================================================================== Please access the attached hyperlink for an important electronic communications disclaimer:
http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html ==============================================================================
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
============================================================================== Please access the attached hyperlink for an important electronic communications disclaimer:
http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html ==============================================================================
participants (2)
-
Krasimir Angelov
-
Sittampalam, Ganesh