Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Issues with Resharper Plugin (Read 1812 times)
-Johan-
Newbies
*
Offline


Posts: 3
Joined: Jan 11th, 2017
Issues with Resharper Plugin
Feb 20th, 2017 at 9:44am
Print Post  
Hello again  Smiley

We are having some issues using the Resharper plugin alongside the Visual Micro plugin.
We have the following configuration:

•      Visual Micro 1702.15.0
•      Reshaper Ultimate 2016.3.2
•      Visual studios 2015 Version 14.0.25123.00 Update 2

We have one major and one minor issue using this configuration:

If we have “Toogle hidden files” enabled (showing the hidden files) the Resharper code highlighter does not find any of the referenced files, as a result 90% of our main .ino file is red. We can fix this issue by toggling off (hiding) hidden files, but then we cannot edit our other libraries.

Another issue  we have by using this configuration and switching between showing and hiding the hidden files is that if there are changes in one of the files which will be hidden, those changes are not changed unless the focus is on that tab. This has led to some code being lost on toggle. Would it be possible to save all opened tabs when hiding the hidden files?

Thanks in advance

  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Issues with Resharper Plugin
Reply #1 - Feb 20th, 2017 at 2:13pm
Print Post  
Hi,

Thanks for the post.

1)
The shortcuts via tools hidden are supposed to be read-only but it makes sense to ensure changes are saved so will look at adding the "save all"

2)
Editing sources using toggle hidden files is not recommended. Using editable local libraries instead in "project\src\_micro-api\libraries" was the preferred way to have editable libraries in the project. This is because the libs are correctly referenced into the project and also known to be editable.

3)
Recent updates of visual micro provide a better way to edit libraries using shared c++ projects. This is now the recommended method and in your case "toggle hidden files" should not be used.

shared libraries between projects or make editable libraries


4)
It would be useful to see a verbose build output because toggle hidden files should have correctly resolved the tool chain paths. However there are a massive number of different board tool chains around at the moment so it's possible a new "known" tool chain version needs to be registered in visual micro. The verbose output will help to see what board and hardware version you are using so its always worth providing it. You can email the output as .txt to info[at]visualmicro.com along with a link to this post or post here.

« Last Edit: Feb 20th, 2017 at 2:14pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint