Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
7.0
State
Fixed
Assignee
Dmitry Osinovsky
Subsystem
ASP.NET
Affected versions
No Affected versions
Fixed in build
6.5.1.2465  
  • Created by   Valentin Kipiatkov
    5 years ago (05 Aug 2006 17:30)
  • Updated by   Andrew Serebryansky
    4 months ago (16 Jan 2012 21:09)
  • Jira: RSRP-11193
    (history, comments)
 
RSRP-11193 ASP support: <script> tag creation on creating declaration better formatting
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
E.g. introduce field by quickfix in ASP. Instead of "<script runat="server">private int field;</script>" somewhere inside existing line create

<script runat="server">
private int field;
</script>
Comments (1)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Valentin Kipiatkov
  Valentin Kipiatkov
08 Aug 2006 04:37
5 years ago
Re: #11193- ASP support: &lt;script&gt; tag creation on creating declaration better formatt
Has less priority if we change create from usage (and other features) to generate into code behind in this case.