Control + Space isn't working on unity project on visual studio

Daniel Roca Lopez

I have done Assets create c# script from Unity, then opened the project from visual studio 2015, it shows the empty file but I can't find recomendations of how to autocomplete instructions.

I usually do cntr + space on c++ with vs but now it inserts me an empty space, nothing else. I went to tools options, keyboard and put cntr + space for completeWord to general (all languages) but isn't working. Tried with any combination of commands but didn't work too.


EDIT: I don't even have c# as a language on visual studio.

pid

I guess you need to have C# installed as a supported language in VS before you can do anything with it. The feature you want is called IntelliSense and it pre-compiles your code in the background while you write. The types and members are determined through reflection, so VS actually needs compiled code to reflect on. It is not the same as some text editors, which have a vocabulary of common words.

This the background compilation is impossible without C# being installed in VS.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Capitalizing function isn't working on Visual Studio 2013 (C++)

From Dev

Debugg mode isn't working in Visual Studio 2015

From Dev

Remove space in string isn't working

From Dev

Visual Studio refuses to build project due to missing assembly reference that isn't missing

From Dev

CSS isn't working with ASP MVC project

From Dev

Code folding isn't working in Management Studio?

From Dev

strsplit not consistently working, character between letters isn't a space?

From Dev

put a space isn't work but put a point is working

From Dev

Visual Studio web project publish not working

From Dev

Project references working in a small team in Visual Studio?

From Dev

Javascript Visual Studio Intellisense Not Working On One Project

From Dev

Project references working in a small team in Visual Studio?

From Dev

Wif tracing not working with Visual Studio 2013 project

From Dev

Updated Visual Studio, OpenCV Project No Longer Working

From Dev

Set WebBrowser control compatibility mode isn't working

From Dev

Set WebBrowser control compatibility mode isn't working

From Dev

JQuery Rotate isn't working correctly in winforms WebBrowser control

From Dev

Why isn't conky working right in Unity desktop?

From Dev

Why isn't conky working right in Unity desktop?

From Dev

Why isn't my for each loop working in Unity?

From Dev

Space isn't replaced

From Dev

Space isn't replaced

From Dev

IntelliJ IDEA Debugger isn't working on a Grails Project

From Dev

controller in app.js isn't working for ionic project

From Dev

Why isn't ArrayAdapter not working on Android Studio 2.0?

From Dev

Android Studio: scrollTo in Horizontal function isn't working

From Dev

CTRL+Space (Edit.CompleteWord) not working with Visual Studio 2015

From Dev

Visual Studio doesn't load project references

From Dev

Project doesn't open on Visual Studio 2012

Related Related

  1. 1

    Capitalizing function isn't working on Visual Studio 2013 (C++)

  2. 2

    Debugg mode isn't working in Visual Studio 2015

  3. 3

    Remove space in string isn't working

  4. 4

    Visual Studio refuses to build project due to missing assembly reference that isn't missing

  5. 5

    CSS isn't working with ASP MVC project

  6. 6

    Code folding isn't working in Management Studio?

  7. 7

    strsplit not consistently working, character between letters isn't a space?

  8. 8

    put a space isn't work but put a point is working

  9. 9

    Visual Studio web project publish not working

  10. 10

    Project references working in a small team in Visual Studio?

  11. 11

    Javascript Visual Studio Intellisense Not Working On One Project

  12. 12

    Project references working in a small team in Visual Studio?

  13. 13

    Wif tracing not working with Visual Studio 2013 project

  14. 14

    Updated Visual Studio, OpenCV Project No Longer Working

  15. 15

    Set WebBrowser control compatibility mode isn't working

  16. 16

    Set WebBrowser control compatibility mode isn't working

  17. 17

    JQuery Rotate isn't working correctly in winforms WebBrowser control

  18. 18

    Why isn't conky working right in Unity desktop?

  19. 19

    Why isn't conky working right in Unity desktop?

  20. 20

    Why isn't my for each loop working in Unity?

  21. 21

    Space isn't replaced

  22. 22

    Space isn't replaced

  23. 23

    IntelliJ IDEA Debugger isn't working on a Grails Project

  24. 24

    controller in app.js isn't working for ionic project

  25. 25

    Why isn't ArrayAdapter not working on Android Studio 2.0?

  26. 26

    Android Studio: scrollTo in Horizontal function isn't working

  27. 27

    CTRL+Space (Edit.CompleteWord) not working with Visual Studio 2015

  28. 28

    Visual Studio doesn't load project references

  29. 29

    Project doesn't open on Visual Studio 2012

HotTag

Archive