This is a migrated thread and some comments may be shown as answers.

intellisense/autocompletion stopped working

15 Answers 253 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
mww
Top achievements
Rank 1
mww asked on 07 Jan 2013, 06:34 PM
certain classes in my code have lost intellisense and autocomplete.  It seems to be the ones where justcode has flagged problems.

for example

Ive created an mvc4 internet app with security.  This has created an AccountsModel class, but within this class, several other classes were created  ( public class RegisterModel, public class ExternalLogin, etc)

justcode has flagged an error for these (type name does not match filename)  and I cant uses intellisense  (other classes where this error doesnt happen are ok)

How can I switch this feature off ??  Im aware that the class names dont match the file name, but that doesnt matter in this case and I still want to use intellisense.

15 Answers, 1 is accepted

Sort by
0
mww
Top achievements
Rank 1
answered on 08 Jan 2013, 06:19 PM
can anyone help me with this problem ?  Its pretty urgent, Its stopping me from working, the only other option I have is to uninstall JustCode
0
david
Top achievements
Rank 1
answered on 15 Mar 2013, 12:43 PM
Had this exact same problem and couldn't find anything to fix it.

In the end Tools>Import Export Settings>Reset All Settings worked a charm.

Of course then you have to go and apply the JustCode keyboard shortcuts again in the JustCode Options menu.

HTH
0
Bill
Top achievements
Rank 1
answered on 24 Mar 2013, 02:38 PM
This happens to me all the time and not just on the classes with JC errors. The intellisense and autocomplete works and then after a while just stops.

I have found if I close the class file, and then re-open it, intellisense and autocomplete starts working again. After a while though, it stops working again and I repeat the process.
0
Zdravko
Telerik team
answered on 25 Mar 2013, 12:57 PM
Hello Bill,

 Would you be so kind to send us a sample video that represents the problem and share with us the type of your project, framework version and all details needed to reproduce it?
Probably you logs will be helpful too.

I want to ask you one more thing. Did you try to disable all your extensions and try using JustCode only?
Thanks.

Greetings,
Zdravko
the Telerik team
Share what you think about JustCode with us, so we can help you even better! You can use the built-in feedback tool inside JustCode, our forum, or our JustCode feedback portal.
0
Chuanbo
Top achievements
Rank 1
answered on 28 May 2014, 08:35 PM
I meet the same issue with Just Code Version Q1 2014 (2014.1.225.1) on VS 2013.
the workaround "Tools>Import Export Settings>Reset All Settings" could solve the problem. but if I apply the JustCode keyboard shortcuts again, the issue comes back again.

I'm sure this is caused by Just Code, because I do not have such issue before install Just Code. it only happen after installing the Just Code.

this is really annoying, and actually it might be the reason I stop using Just Code.
0
Bill
Top achievements
Rank 1
answered on 28 May 2014, 09:46 PM
I continue to live with this. There is no sequence of events I can duplicate to cause intellisense/autocompletion to stop working. It can happen with a new project and only Sub Form_Load() with one line of code and it stops working. I can have multiple projects in one solution with thousands of lines of code and it works without a problem for hours. And other days, I have to keep closing and re-opening the code window to keep it working. Very frustrating.
0
Svetlozar
Telerik team
answered on 03 Jun 2014, 08:18 AM
Hello,

I am really sorry for the inconvenience!

JustCode doesn't do anything regarding Visual Studio code completion, like attempts to augment it or anything like that. We will spend time researching the way Visual Studio intellisense works and we will look if we can interfere with it somehow.

We will let you know if we find something, meanwhile please let us know if you manage to isolate a stable case reproducing the problem.

Regards,
Svetlozar
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Bill
Top achievements
Rank 1
answered on 03 Jun 2014, 01:34 PM
It seems like it has to be JustCode causing this. If I uninstall JustCode, the intellisense and autocomplete work without fail for days. When I re-install JustCode, the problem returns.

My subscription is set to expire in July. I've been using JustCode for the past three years but this issue, along with other usability issues, may be enough for me to switch to a competitor's product.
0
Svetlozar
Telerik team
answered on 06 Jun 2014, 10:59 AM
Hello,

Could you please open a support ticket and send us your verbose logs? You can turn on the verbose logging from JustCode Options - General - Logging - Enable verbose logging. Then try to reproduce the issue and send us the logs in %localappdata%\JustCode\Logs

We are looking at the issue, but could you please share with us what are the other usability issues that you are having?

We really appreciate your feedback!

Regards,
Svetlozar
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Edwin
Top achievements
Rank 1
answered on 06 Feb 2015, 12:30 PM
checkout this - http://www.haneycodes.net/visual-studio-2012-intellisense-not-working-solved/
0
Billy
Top achievements
Rank 1
answered on 20 Mar 2015, 06:55 PM
JUSTCODE is the problem. When i disable it everything is fine. enabale it and now i cant create events in the Source. Help me out here.
0
Svetlozar
Telerik team
answered on 25 Mar 2015, 03:11 PM
Hello,

I am really sorry for the inconvenience!

We haven't been able to reproduce and create a stable test case for that problem. Could you please send us the exact version of Visual Studio and JustCode (you can open a support ticket for that)? Can you reproduce it with a new solution? Is it broken from the start or it happens after a while?

Regards,
Svetlozar
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Billy
Top achievements
Rank 1
answered on 25 Mar 2015, 03:22 PM
The issue is that with justcode on it want allow me to create events and it doesn't do what visual studio was already doing for me. Example I have a control on a page and i want to create the event for the on-click (or any other event) and i click in between the quotes and instead of it giving me the option to create the event in the code behind, I have to manually type something then it allows me to create the event, HOWEVER it doesn't create the right signature for the event. I'm really fixing to disable it. I code faster with out it. I need someone to show me how to set it up "correctly" where it will auto create the events just like VS would.
0
Svetlozar
Telerik team
answered on 30 Mar 2015, 02:31 PM
Hi,

I am really sorry for the inconvenience!

Could you please try to disable our visual aid from JustCode Options | Visual Features | Visual aid | Show visual aid tag.

Do you generate the event handler using the Visual Studio smart tag?

Regards,
Svetlozar
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Billy
Top achievements
Rank 1
answered on 31 Mar 2015, 01:56 PM
I just uninstalled justcode. I think it attached itself to the settings so im working through some forum posts on how to regain my visual studio settings.
Tags
General Discussions
Asked by
mww
Top achievements
Rank 1
Answers by
mww
Top achievements
Rank 1
david
Top achievements
Rank 1
Bill
Top achievements
Rank 1
Zdravko
Telerik team
Chuanbo
Top achievements
Rank 1
Svetlozar
Telerik team
Edwin
Top achievements
Rank 1
Billy
Top achievements
Rank 1
Share this question
or