www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Autocompletion not working on Xamarin Studio for D

reply nbro <blah gfail.com> writes:
Hi!

I am trying to write some code in D using Xamarin Studio, but 
it's not autocompleting the code as I would expect. For example, 
it does not even gives you autocompletion for libraries, but 
apparently only for the language's primitives, i.e. keywords, 
etc. Is this the expected behaviour or is there's something wrong 
with my settings?

Thanks!
Jan 29 2016
next sibling parent reply Pradeep Gowda <pradeep btbytes.com> writes:
On Friday, 29 January 2016 at 21:05:00 UTC, nbro wrote:
 Hi!

 I am trying to write some code in D using Xamarin Studio, but 
 it's not autocompleting the code as I would expect. For 
 example, it does not even gives you autocompletion for 
 libraries, but apparently only for the language's primitives, 
 i.e. keywords, etc. Is this the expected behaviour or is 
 there's something wrong with my settings?

 Thanks!
I wrote this up https://www.btbytes.com/posts/xamarind.html (Xamarin Studio with auto completion etc., for D on Mac) HTH.
Jan 29 2016
parent nbro <blah gfail.com> writes:
On Friday, 29 January 2016 at 21:31:35 UTC, Pradeep Gowda wrote:
 On Friday, 29 January 2016 at 21:05:00 UTC, nbro wrote:
 Hi!

 I am trying to write some code in D using Xamarin Studio, but 
 it's not autocompleting the code as I would expect. For 
 example, it does not even gives you autocompletion for 
 libraries, but apparently only for the language's primitives, 
 i.e. keywords, etc. Is this the expected behaviour or is 
 there's something wrong with my settings?

 Thanks!
I wrote this up https://www.btbytes.com/posts/xamarind.html (Xamarin Studio with auto completion etc., for D on Mac) HTH.
Yes, I was forgetting to include the link the libraries. I hadn't use Xamarin for a while and I remembered I had to set up Xamarin for D, but meanwhile I removed the D compiler, updated Xamarin, etc, and it might be that these settings were reset.
Jan 29 2016
prev sibling parent bitwise <bitwise.pvt gmail.com> writes:
On Friday, 29 January 2016 at 21:05:00 UTC, nbro wrote:
 Hi!

 I am trying to write some code in D using Xamarin Studio, but 
 it's not autocompleting the code as I would expect. For 
 example, it does not even gives you autocompletion for 
 libraries, but apparently only for the language's primitives, 
 i.e. keywords, etc. Is this the expected behaviour or is 
 there's something wrong with my settings?

 Thanks!
I'm not infront of a computer right now, but there should be something in the menus where you can specify the location of phobos imports. IIRC, its in the Mono-D global preferences pane. If you google for Mono-D installation, you should be able to find this info pretty easily. Bit
Jan 29 2016