Lightweight C# IDE with code completion feature [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have little amount of job to do in C#, and I'd like to avoid buying&installing Visual Studio for it.
Are there some lightweight IDE-s for C#? I think, the most important feature for me would be code completion.
Thanks in advance! Vitaly.

To be honest I use the express version of Visual Studio.
It does all the small stuff.
I think that Microsoft brought it in because they were losing the home and student developers.

Related

Auto-Spell in C# Microsoft Visual Studio [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any open-source toolbox in C# Microsoft Visual Studio that auto-spell words like Microsoft Word does? I'd use DevExpress, its good but it's not free.
I really need it in my OCR Application. Please help me.
You can try SpellCheck Class in .NET
http://msdn.microsoft.com/en-us/library/system.windows.controls.spellcheck(v=vs.110).aspx
There are other attempts by hobbyist in codeproject you can take a look at it
http://www.codeproject.com/Articles/5277/NetSpell-Spell-Checker-for-NET

Best Documentation tools for .Net [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can anybody suggest me a good documentation tools with easy use GUI for C#
I think you should go for sandcastle instead. It is an open source project run by Microsoft.
NDOC is a very good tool and can be eaisly used with GUI.

C# curriculum in MSDN? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I just got access to MSDN... is there a "learning C#" curriculum is here somewhere?
(By this i mean a set of tutorials and exercises, etc.)
Thanks
You can find basic tutorials here. They appear to be specific to Visual Studio 2008 (.NET Framework 3.5), but you should be able to apply most of them to Visual Studio 2010 (.NET Framework 4)
There are a few Visual Studio 2003 tutorials here http://msdn.microsoft.com/en-us/library/aa288436%28VS.71%29.aspx

Any decent javascript code editor *control* for .net? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
With syntax highlighting and intellisense if possible. Can be paid but better if free. What I need is a control/class/lib/dll that I can use in a Windows Forms project. I don't need a program. I'm using .net 4.0 with Visual Studio 2010. Working on C#.
I think I found the perfect solution: http://www.codeproject.com/KB/library/storm.aspx
Haven't tested much yet but seems to be just great.
Take a look at: C# - Is there any WPF HTML/Javascript/CSS Syntax Editor Control?

Have you seen library for flexible working with terminal(Unix like)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Have you seen library for flexible working with terminal(Unix like)?
I want to implement autocompletion, history, help params in my console application same operations you can see in the Unix terminals.
C#, Mono library.
Thanks.
Here you go, GNU Readline support for Mono, Mono-Readline.
See also, Is there a .Net library similar to GNU readline?

Categories