-
-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implemented the remarks from @pascalberger
added a page for IntelliSense and refactored the other pages into one.
- Loading branch information
Showing
7 changed files
with
164 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Order: 20 | ||
Title: IntelliSense in Rider | ||
Description: Support for IntelliSense | ||
--- | ||
|
||
# Enabling IntelliSense | ||
|
||
To enable IntelliSense support in Rider follow these steps: | ||
|
||
<ul class="nav nav-tabs"> | ||
<li class="active"><a data-toggle="tab" href="#tool2">Cake .NET Tool</a></li> | ||
<li><a data-toggle="tab" href="#frosting2">Cake Frosting</a></li> | ||
<li><a data-toggle="tab" href="#netfx2">Cake runner for .NET Framework</a></li> | ||
<li><a data-toggle="tab" href="#core2">Cake runner for .NET Core</a></li> | ||
</ul> | ||
|
||
<div class="tab-content"> | ||
<div id="tool2" class="tab-pane fade in active"> | ||
<p> | ||
There is currently no support for Intellisense in <code>.cake</code> script files within Rider. | ||
</p> | ||
</div> | ||
<div id="frosting2" class="tab-pane fade"> | ||
<p> | ||
<a href="/docs/running-builds/runners/cake-frosting">Cake Frosting</a> projects have all features of a .NET Console application, including IntelliSense. | ||
</p> | ||
</div> | ||
<div id="netfx2" class="tab-pane fade"> | ||
<p> | ||
There is currently no support for Intellisense in <code>.cake</code> script files within Rider. | ||
</p> | ||
</div> | ||
<div id="core2" class="tab-pane fade"> | ||
<p> | ||
There is currently no support for Intellisense in <code>.cake</code> script files within Rider. | ||
</p> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters