Visual Studio任务列表 [英] Visual Studio tasklist

查看:98
本文介绍了Visual Studio任务列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

确定VS中的任务列表"听起来不错. 但是我不能使它工作. (我使用的是VS2010 Shell,也使用了VS2010,因此无法在其中任一版本上使用.如果重要的话,语言为F#)

Ok to the "Task List" in VS sounds pretty great. But I can't make it work. (I'm using VS2010 shell, and also VS2010 proper and can't make it work in either. Language is F# if that matters)

我的代码中有这样的内容:

I have thing like this in my code:

let expStatus = ref AwaitingResult 

member takecontrol () =     
             assert (!expStatus<>NoneSubmitted); //UNDONE: This might be possible, and indeed legal, if it happens should wait for cancelation to happen then to hand over
             assert (!expStatus<>BeingWorkedOn); //UNDONE: This might be possible, and indeed legal, if it happens should wait for cancelation to happen then to hand over
             //startThread "run" <| 
             this.RunExp () //Get to work    

UNDONE是我设置中的一个标志. 待办事项也不起作用

UNDONE is a flag in my settings. TODO doesn't work either

有什么想法吗?

推荐答案

我可以在VS2010中以及在fs项目中的fs文件中确认这一点不起作用.

I can confirm that for me in VS2010 and a fs file in an fs project, it doesn't work.

Brian Tomas 将能够给出一个明确的答案,但是我怀疑这是他们在F#/VS工具集中无法进行编码的一件事.

Brian or Tomas will be able to give a definitive answer, but I suspect that this is one of the things that they haven't got round to coding in the F#/VS tool set.

这篇关于Visual Studio任务列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆